Ticket #41984: configure.ac.patch

File configure.ac.patch, 547 bytes (added by wdc@…, 10 years ago)

Patch demonstrating configuration kludge.

  • configure.ac

    old new  
    7373AC_MSG_RESULT([$os_osx])
    7474AM_CONDITIONAL(OS_OSX, test "$os_osx" = "yes")
    7575
    76 if test "$os_osx" = "yes"; then
    77         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])
    7878
    79         PKG_CHECK_MODULES(IGE_MAC, ige-mac-integration)
    80 fi
     79#       PKG_CHECK_MODULES(IGE_MAC, ige-mac-integration)
     80#fi
    8181
    8282# Check for Glade3
    8383AC_ARG_ENABLE([glade-catalog],