* configure.in: Use the autoconf AC_FIND_X macro to try to find
the X Windows libraries.
This commit is contained in:
parent
80e1673824
commit
e740c737a0
1 changed files with 8 additions and 0 deletions
|
@ -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" ) ;;
|
||||
"" )
|
||||
|
|
Loading…
Add table
Reference in a new issue