]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in: Use the autoconf AC_FIND_X macro to try to find
authorJim Blandy <jimb@redhat.com>
Sat, 10 Jul 1993 05:18:56 +0000 (05:18 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 10 Jul 1993 05:18:56 +0000 (05:18 +0000)
the X Windows libraries.

configure1.in

index cf90d936b40db5e87d3b99996f20d47ccb3e3c42..ac7809eecafd8b6afc14b55bc142e1866435a8c7 100755 (executable)
@@ -993,6 +993,14 @@ case "${with_x10}" in
   ;;
 esac
 
+### If the user hasn't specified where we should find X, try
+### letting autoconf figure that out.
+if [ "0${x_includes}" == 0 ] && [ "0${x_libraries}" == 0 ]; then
+  ]
+    AC_FIND_X
+  [
+fi
+
 case "${window_system}" in
   "none" | "x11" | "x10" ) ;;
   "" )