Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Fix typo in configure script - closes #85
Browse files Browse the repository at this point in the history
  • Loading branch information
andurin committed May 13, 2009
1 parent cb289fb commit 365ed6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ Optional Features:
--disable-statuswrl=disables compilation of statuswrl (VRML) CGI
--enable-nanosleep enables use of nanosleep (instead sleep) in event timing
--enable-event-broker enables integration of event broker routines
--enable-idoutils enables database connectivity using idoutils
--enable-idoutils enaables dataase connectivitiy using idoutils
--enable-embedded-perl will enable embedded Perl interpreter
--enable-cygwin enables building under the CYGWIN environment
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ fi

dnl Configure IDOUtils
USE_IDOUTILS=no
AC_ARG_ENABLE(idoutils,--enable-idoutils enables database connectivity using idoutils,USE_IDOUTILS=$enableval,USE_IDOUTILS=no)
AC_ARG_ENABLE(idoutils,--enable-idoutils enaables dataase connectivitiy using idoutils,USE_IDOUTILS=$enableval,USE_IDOUTILS=no)
if test x$USE_IDOUTILS = xyes; then
if test x$USE_EVENTBROKER = xno; then
AC_MSG_ERROR([--enable-idoutils needs also --enable-event-broker])
Expand Down

0 comments on commit 365ed6c

Please sign in to comment.