From e740c737a0468fb6785a6ecfcf919c484468b5e0 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 10 Jul 1993 05:18:56 +0000 Subject: [PATCH] * configure.in: Use the autoconf AC_FIND_X macro to try to find the X Windows libraries. --- configure1.in | 8 ++++++++ 1 file changed, 8 insertions(+) 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" ) ;; "" ) -- 2.39.5