(AC_FIND_X): AC_REQUIRE_CPP.

This commit is contained in:
David MacKenzie 1994-04-21 23:51:44 +00:00
parent d9cf372ee6
commit eb290f398f
2 changed files with 4 additions and 2 deletions

View 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

View 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