+2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
+ * configure: Regenerate.
+
2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
* update-subdirs: Don't touch subdirs.el if it is unchanged.
fi
if test "${USE_X_TOOLKIT}" != "none" ; then
AC_DEFINE(USE_X_TOOLKIT, 1, [Define to 1 if using an X toolkit.])
- if test "${USE_X_TOOLKIT}" == "LUCID"; then
+ if test "${USE_X_TOOLKIT}" = "LUCID"; then
AC_DEFINE(USE_LUCID, 1, [Define to 1 if using the Lucid X toolkit.])
- elif test "${USE_X_TOOLKIT}" == "MOTIF"; then
+ elif test "${USE_X_TOOLKIT}" = "MOTIF"; then
AC_DEFINE(USE_MOTIF, 1, [Define to 1 if using the Motif X toolkit.])
fi
fi