Mercurial > emacs
changeset 4060:7b4f3b64253b
* configure.in: Use the autoconf AC_FIND_X macro to try to find
the X Windows libraries.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 10 Jul 1993 05:18:56 +0000 |
parents | 66d33e1bf65b |
children | 7279958409fe |
files | configure1.in |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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" ) ;; "" )