From: Jim Blandy Date: Sat, 10 Jul 1993 05:18:56 +0000 (+0000) Subject: * configure.in: Use the autoconf AC_FIND_X macro to try to find X-Git-Tag: emacs-19.34~11791 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e740c737a0468fb6785a6ecfcf919c484468b5e0;p=emacs.git * configure.in: Use the autoconf AC_FIND_X macro to try to find the X Windows libraries. --- diff --git a/configure1.in b/configure1.in index cf90d936b40..ac7809eecaf 100755 --- a/configure1.in +++ b/configure1.in @@ -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" ) ;; "" )