source: branches/samba-3.5.x/lib/uid_wrapper/config.m4

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 389 bytes
Line 
1AC_ARG_ENABLE(uid-wrapper,
2AS_HELP_STRING([--enable-uid-wrapper], [Turn on uid wrapper library (default=no)]))
3
4HAVE_UID_WRAPPER=no
5
6if eval "test x$developer = xyes"; then
7 enable_uid_wrapper=yes
8fi
9
10if eval "test x$enable_uid_wrapper = xyes"; then
11 AC_DEFINE(UID_WRAPPER,1,[Use uid wrapper library])
12 HAVE_UID_WRAPPER=yes
13fi
14
15AC_SUBST(HAVE_UID_WRAPPER)
16AC_SUBST(UID_WRAPPER_OBJS)
Note: See TracBrowser for help on using the repository browser.