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

Diff of /muddleftpd/configure.ac

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

revision 1.3 by rugger, Sun Nov 2 13:06:10 2003 UTC revision 1.4 by ganneff, Mon Nov 3 13:20:17 2003 UTC
# Line 181  AC_ARG_WITH(authmsql, Line 181  AC_ARG_WITH(authmsql,
181    
182  AC_ARG_WITH(msqlpath,  AC_ARG_WITH(msqlpath,
183          AC_HELP_STRING([--with-msqlpath], [specify the top level of the msql installation tree.  (default is /usr/local/Hughes)]),          AC_HELP_STRING([--with-msqlpath], [specify the top level of the msql installation tree.  (default is /usr/local/Hughes)]),
184          mysqltop=$withval, msqltop=/usr/local/Hughes          msqltop=$withval, msqltop=/usr/local/Hughes
185  )  )
186    
187  if test "$authmsql" != no; then  if test "$authmsql" != no; then
# Line 190  if test "$authmsql" != no; then Line 190  if test "$authmsql" != no; then
190  fi  fi
191    
192  # MYSQL module  # MYSQL module
193  AC_ARG_WITH(authmysql,  AC_ARG_WITH(authmysql,
194          AC_HELP_STRING([--with-authmysql], [create MySQL authentication module. (no)]),      AC_HELP_STRING([--with-authmysql=DIR], [creates MySQL authentication module, optionally specifies the DIR of mysql files]),
195          authmysql=$withval, authmysql=no      [authmysql="$withval"],
196  )      [authmysql=no])
   
 AC_ARG_WITH(mysqlpath,  
         AC_HELP_STRING([--with-mysqlpath], [specify the top level of the MySQL installation tree.  (default is /usr/local/Hughes)]),  
         mysqltop=$withval, mysqltop=/usr/local/mysql  
 )  
197    
198  if test "$authmysql" != no; then  if test "$authmysql" != no; then
199          AC_CONFIG_SUBDIRS(modules/auth/authlibmysql)          AC_CONFIG_SUBDIRS(modules/auth/authlibmysql)

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