Problem: Cannot build with Motif and editres. (Tony Mechelynck)
Solution: Fix configure mistake.
fi
-if -z "$SKIP_MOTIF"; then
+if test -z "$SKIP_MOTIF"; then
if test -n "$GUI_INC_LOC"; then
GUI_INC_LOC=-I"`echo $GUI_INC_LOC|sed 's%-I%%'`"
fi
AC_SUBST(MOTIF_LIBNAME)
fi
-if -z "$SKIP_MOTIF"; then
+if test -z "$SKIP_MOTIF"; then
dnl Prepend -I and -L to $GUI_INC_LOC and $GUI_LIB_LOC if not empty
dnl Avoid adding it when it twice
if test -n "$GUI_INC_LOC"; then
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 4549,
/**/
4548,
/**/