# HG changeset patch # User Glenn Morris # Date 1272470309 25200 # Node ID 41f5a4a424d87a57d09b3a57843e6b5fb0488e2e # Parent c9ad0799fa6a4cf71131f97269588ab72c8e9d77 * configure.in (LIBXMU): Fix logic in previous change. diff -r c9ad0799fa6a -r 41f5a4a424d8 configure.in --- a/configure.in Wed Apr 28 11:45:45 2010 -0400 +++ b/configure.in Wed Apr 28 08:58:29 2010 -0700 @@ -1896,7 +1896,7 @@ 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)