* configure.in (LIBXMU): Fix logic in previous change.
authorGlenn Morris <rgm@gnu.org>
Wed, 28 Apr 2010 15:58:29 +0000 (08:58 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 28 Apr 2010 15:58:29 +0000 (08:58 -0700)
configure.in

index e3f14b3..93cd86a 100644 (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)