Ticket #41984: configure.ac.patch
File configure.ac.patch, 547 bytes (added by wdc@…, 10 years ago) |
---|
-
configure.ac
old new 73 73 AC_MSG_RESULT([$os_osx]) 74 74 AM_CONDITIONAL(OS_OSX, test "$os_osx" = "yes") 75 75 76 if test "$os_osx" = "yes"; then77 AC_DEFINE([OS_OSX],[1],[Defined if os is Mac OSX])76 #if test "$os_osx" = "yes"; then 77 # AC_DEFINE([OS_OSX],[1],[Defined if os is Mac OSX]) 78 78 79 PKG_CHECK_MODULES(IGE_MAC, ige-mac-integration)80 fi79 # PKG_CHECK_MODULES(IGE_MAC, ige-mac-integration) 80 #fi 81 81 82 82 # Check for Glade3 83 83 AC_ARG_ENABLE([glade-catalog],