]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(AC_FIND_X): AC_REQUIRE_CPP.
authorDavid MacKenzie <djm@djmnet.org>
Thu, 21 Apr 1994 23:51:44 +0000 (23:51 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Thu, 21 Apr 1994 23:51:44 +0000 (23:51 +0000)
acspecific.m4
lib/autoconf/specific.m4

index cf8cb20da6b6d102ed8fed3d67a4f2d6bff82aab..70969ad476598d90447326c6d187ccb9fc6b78b5 100644 (file)
@@ -1091,7 +1091,8 @@ main () {
 ])dnl
 dnl
 define(AC_FIND_X,
-[AC_PROVIDE([$0])# If we find X, set shell vars x_includes and x_libraries to the paths.
+[AC_REQUIRE_CPP()dnl Set CPP; we run AC_FIND_X_DIRECT conditionally.
+AC_PROVIDE([$0])# If we find X, set shell vars x_includes and x_libraries to the paths.
 no_x=true
 if test "x$with_x" != xno; then
 AC_FIND_X_XMKMF
index cf8cb20da6b6d102ed8fed3d67a4f2d6bff82aab..70969ad476598d90447326c6d187ccb9fc6b78b5 100644 (file)
@@ -1091,7 +1091,8 @@ main () {
 ])dnl
 dnl
 define(AC_FIND_X,
-[AC_PROVIDE([$0])# If we find X, set shell vars x_includes and x_libraries to the paths.
+[AC_REQUIRE_CPP()dnl Set CPP; we run AC_FIND_X_DIRECT conditionally.
+AC_PROVIDE([$0])# If we find X, set shell vars x_includes and x_libraries to the paths.
 no_x=true
 if test "x$with_x" != xno; then
 AC_FIND_X_XMKMF