Mercurial > emacs
changeset 108156:41f5a4a424d8
* configure.in (LIBXMU): Fix logic in previous change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 28 Apr 2010 08:58:29 -0700 |
parents | c9ad0799fa6a |
children | 852f6a14d31e |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)