Sun Nov 7 15:37:43 2004 Michael Jennings (mej)

Fixed minor typo.
----------------------------------------------------------------------


SVN revision: 12144
This commit is contained in:
Michael Jennings 2004-11-07 20:38:20 +00:00
parent 7db420d474
commit de37fb2506
3 changed files with 6 additions and 1 deletions

View File

@ -5257,3 +5257,7 @@ Small patch for building against libast 0.6.1.
Fixed compile error when enabling OFFIX_DND support pointed out by JG
Miller <miller@yoyo.org>.
----------------------------------------------------------------------
Sun Nov 7 15:37:43 2004 Michael Jennings (mej)
Fixed minor typo.
----------------------------------------------------------------------

View File

@ -109,6 +109,7 @@ AC_CYGWIN
AC_ARG_PROGRAM
AM_PROG_LIBTOOL
AC_PROG_LIBTOOL
dnl# Where are we?
AC_MSG_CHECKING(for distribution root)

View File

@ -103,7 +103,7 @@ eterm_bootstrap(int argc, char *argv[])
/* This MUST be called before any other Xlib functions */
#ifdef SPIFOPT_SETTING_PREPARSE
SPIFOPT_FLAG_SET(SPIFOPT_SETTING_PREPARSE);
SPIFOPT_FLAGS_SET(SPIFOPT_SETTING_PREPARSE);
#endif
spifopt_parse(argc, argv);
init_defaults();