* configure.in (LIBXMU): Fix logic in previous change.

This commit is contained in:
Glenn Morris 2010-04-28 08:58:29 -07:00
parent 36045ff330
commit 363a7f8f47

View file

@ -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)