]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(AC_FIND_X): Change message.
authorDavid MacKenzie <djm@djmnet.org>
Fri, 8 Apr 1994 17:46:06 +0000 (17:46 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Fri, 8 Apr 1994 17:46:06 +0000 (17:46 +0000)
acspecific.m4
lib/autoconf/specific.m4

index 79d21d78d97f8d69c32c1b9f5c6cec486287541d..108e075eaf7a8f8434863f3cdeb82389e4da31b2 100644 (file)
@@ -1091,8 +1091,8 @@ AC_FIND_X_XMKMF
 if test -z "$ac_imake_usrlibdir"; then
 AC_FIND_X_DIRECT
 fi
-test -n "$x_includes" && AC_VERBOSE(found X11 headers in $x_includes)
-test -n "$x_libraries" && AC_VERBOSE(found X11 libraries in $x_libraries)
+test -n "$x_includes" && AC_VERBOSE(X11 headers are in $x_includes)
+test -n "$x_libraries" && AC_VERBOSE(X11 libraries are in $x_libraries)
 ])dnl
 dnl
 dnl Internal subroutine of AC_FIND_X.
index 79d21d78d97f8d69c32c1b9f5c6cec486287541d..108e075eaf7a8f8434863f3cdeb82389e4da31b2 100644 (file)
@@ -1091,8 +1091,8 @@ AC_FIND_X_XMKMF
 if test -z "$ac_imake_usrlibdir"; then
 AC_FIND_X_DIRECT
 fi
-test -n "$x_includes" && AC_VERBOSE(found X11 headers in $x_includes)
-test -n "$x_libraries" && AC_VERBOSE(found X11 libraries in $x_libraries)
+test -n "$x_includes" && AC_VERBOSE(X11 headers are in $x_includes)
+test -n "$x_libraries" && AC_VERBOSE(X11 libraries are in $x_libraries)
 ])dnl
 dnl
 dnl Internal subroutine of AC_FIND_X.