/[anubis]/anubis/configure.ac
ViewVC logotype

Diff of /anubis/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by polak, Sat Feb 1 18:38:08 2003 UTC revision 1.4 by gray, Wed Feb 5 21:41:23 2003 UTC
# Line 211  if test "$with_pam" = "yes"; then Line 211  if test "$with_pam" = "yes"; then
211  fi  fi
212    
213  AC_ARG_WITH([guile],  AC_ARG_WITH([guile],
214              AC_HELP_STRING([--with-guile],              AC_HELP_STRING([--without-guile],
215                             [with Guile support]),                             [disable Guile support]),
216              [              [
217  case "${withval}" in  case "${withval}" in
218    yes) useguile=yes ;;    yes) useguile=yes ;;
219    no)  useguile=no ;;    no)  useguile=no ;;
220    *)   AC_MSG_ERROR(bad value ${withval} for --without-guile) ;;    *)   AC_MSG_ERROR(bad value ${withval} for --without-guile) ;;
221  esac],[useguile=no])  esac],[useguile=yes])
222    
223  AC_SUBST(GUILE_INCLUDES)  AC_SUBST(GUILE_INCLUDES)
224  AC_SUBST(GUILE_LIBS)  AC_SUBST(GUILE_LIBS)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26