configure: Fix typo in libXmu check.
commite314f10909309dfa8f1db3d2595d9257ab3928b0
authorDoug Torrance <dtorrance@piedmont.edu>
Thu, 9 Apr 2020 13:50:12 +0000 (9 09:50 -0400)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 9 Apr 2020 13:54:06 +0000 (9 14:54 +0100)
tree0c438cf6da8e5f8d73e43222385e4e29b95e696e
parent54a24ab6f7292aaf5e78c23a26c120dd6e10aa46
configure: Fix typo in libXmu check.

As the literal string "wm_cv_xext_xmu" will never be equal to "xno",
we always ran the code that was supposed to run when the variable
$wm_cv_xext_xmu was not equal to "no".  In particular, if libXmu
was not found, then we proceeded as if it had been found.
m4/wm_xext_check.m4