Ticket #22741: octave-3.2.3-configure-nox.patch
File octave-3.2.3-configure-nox.patch, 687 bytes (added by earcar@…, 15 years ago) |
---|
-
configure
old new 7443 7443 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; } 7444 7444 fi 7445 7445 7446 if test "$have_x" ; then7446 if test "$have_x" == yes; then 7447 7447 7448 cat >>confdefs.h << \_ACEOF7448 cat >>confdefs.h <<_ACEOF 7449 7449 #define HAVE_X_WINDOWS 1 7450 7450 _ACEOF 7451 7451 -
configure.in
old new 255 255 AC_SUBST(DEPEND_EXTRA_SED_PATTERN) 256 256 257 257 AC_PATH_X 258 if test "$have_x" ; then258 if test "$have_x" == yes; then 259 259 AC_DEFINE(HAVE_X_WINDOWS, 1, [Define if you have X11]) 260 260 261 261 if test "$x_includes" != "NONE"; then