Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/m4/check_path.m4

    r206 r221  
    166166
    167167#################################################
    168 # set ctdb source directory location
    169 AC_ARG_WITH(ctdb,
    170 [AS_HELP_STRING([--with-ctdb=DIR], [Where to find ctdb sources])],
    171 [ case "$withval" in
    172   yes|no)
    173     AC_MSG_WARN([--with-ctdb called without argument])
    174   ;;
    175   * )
    176     ctdbdir="$withval"
    177     ;;
    178   esac])
    179168
    180169#################################################
     
    247236AC_SUBST(piddir)
    248237AC_SUBST(logfilebase)
    249 AC_SUBST(ctdbdir)
    250238AC_SUBST(privatedir)
    251239AC_SUBST(swatdir)
Note: See TracChangeset for help on using the changeset viewer.