The current motif test in configure doesn't handle
--with-motif=no correctly, it assumes "no" is the motif
path, this patch fixes that, AC_SUBST(MOTIF_LIBS) and
AC_SUBST(MOTIF_PATH) are called elsewhere in the
configure.in, that's why they disappear in this patch.
The patch was created to make the gentoo ebuild at bit
simpler, in bug
http://bugs.gentoo.org/show_bug.cgi?id=88343
configure.in motif patch
Logged In: YES
user_id=1255502
Sorry, slight bug, I used == in test instead of =