/[svn]/gigedit/trunk/configure.ac
ViewVC logotype

Diff of /gigedit/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2472 by persson, Sun Sep 15 17:19:45 2013 UTC revision 2507 by persson, Sun Jan 12 19:37:55 2014 UTC
# Line 70  esac Line 70  esac
70  AM_CONDITIONAL(WINDOWS, test "$windows" = "yes")  AM_CONDITIONAL(WINDOWS, test "$windows" = "yes")
71  AM_CONDITIONAL(MAC, test "$mac" = "yes")  AM_CONDITIONAL(MAC, test "$mac" = "yes")
72    
73    if test "$mac" = "yes"; then
74        AC_PROG_OBJC
75    fi
76    
77  PKG_PROG_PKG_CONFIG  PKG_PROG_PKG_CONFIG
78  have_gtk3=no  have_gtk3=no
79  PKG_CHECK_EXISTS(gtkmm-3.0 >= 2.99,  PKG_CHECK_EXISTS(gtkmm-3.0 >= 2.99,

Legend:
Removed from v.2472  
changed lines
  Added in v.2507

  ViewVC Help
Powered by ViewVC