diff -Nur orbit2-2.14.7/configure.in orbit2-2.14.7.new/configure.in --- orbit2-2.14.7/configure.in 2007-02-12 12:05:10.000000000 +0000 +++ orbit2-2.14.7.new/configure.in 2007-12-09 21:32:10.000000000 +0000 @@ -201,19 +201,19 @@ dnl So many people with broken linking setups asked about this dnl it turned out to be necessary to check for this. dnl -dofus_save_libs="$LIBS" -LIBS="$ORBIT_LIBS $LIBS" -AC_TRY_RUN([ #include - main () - { - return 0; - } ],, - AC_MSG_ERROR([ -Linking is badly borked on your system. Please ensure your library path is correct -Check config.log for details - check near the end of the log above 'failed program was' -Alternatively ensure that your /etc/ld.so.conf (and/or LD_LIBRARY_PATH) includes the -prefix you're compiling on: '${prefix}' ])) -LIBS="$dofus_save_libs" +#dofus_save_libs="$LIBS" +#LIBS="$ORBIT_LIBS $LIBS" +#AC_TRY_RUN([ #include +# main () +# { +# return 0; +# } ],, +# AC_MSG_ERROR([ +#Linking is badly borked on your system. Please ensure your library path is correct +#Check config.log for details - check near the end of the log above 'failed program was' +#Alternatively ensure that your /etc/ld.so.conf (and/or LD_LIBRARY_PATH) includes the +#prefix you're compiling on: '${prefix}' ])) +#LIBS="$dofus_save_libs" orig_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS $ORBIT_CFLAGS"