# HG changeset patch # User Jim Blandy # Date 742281536 0 # Node ID 7b4f3b64253b0a299e57f3ea254e00d5a39b6b14 # Parent 66d33e1bf65bf5feacdddf51e8dbfb3fe9721dcb * configure.in: Use the autoconf AC_FIND_X macro to try to find the X Windows libraries. diff -r 66d33e1bf65b -r 7b4f3b64253b configure1.in --- a/configure1.in Sat Jul 10 05:16:08 1993 +0000 +++ b/configure1.in Sat Jul 10 05:18:56 1993 +0000 @@ -993,6 +993,14 @@ ;; 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" ) ;; "" )