* configure.in (LIBXMU): Fix logic in previous change.
This commit is contained in:
parent
36045ff330
commit
363a7f8f47
1 changed files with 1 additions and 1 deletions
|
@ -1896,7 +1896,7 @@ LIBXMU=-lXmu
|
|||
case "$machine" in
|
||||
## These machines don't supply Xmu.
|
||||
hpux* | aix4-2 )
|
||||
test "X$ac_cv_lib_Xmu_XmuConvertStandardSelection" = "Xno" && LIBXMU=
|
||||
test "X$ac_cv_lib_Xmu_XmuConvertStandardSelection" != "Xyes" && LIBXMU=
|
||||
;;
|
||||
esac
|
||||
AC_SUBST(LIBXMU)
|
||||
|
|
Loading…
Add table
Reference in a new issue