Author: jelmer Date: 2006-04-08 18:01:22 +0000 (Sat, 08 Apr 2006) New Revision: 524
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=524 Log: Add --with-apxs option Modified: trunk/mod_ntlm_winbind/configure.in Changeset: Modified: trunk/mod_ntlm_winbind/configure.in =================================================================== --- trunk/mod_ntlm_winbind/configure.in 2006-04-08 17:54:27 UTC (rev 523) +++ trunk/mod_ntlm_winbind/configure.in 2006-04-08 18:01:22 UTC (rev 524) @@ -9,7 +9,10 @@ AC_STDC_HEADERS # We use axps to compile source files, which may be in /usr/sbin -AC_PATH_PROGS([APXS], [apxs2 apxs],, [$PATH:/usr/sbin]) +AC_ARG_WITH(apxs, +[ --with-apxs=PATH Specify path to apxs], +[ APXS="$withval" ], +[ AC_PATH_PROGS([APXS], [apxs2 apxs],, [$PATH:/usr/sbin]) ]) AC_ARG_WITH(apache, [ --with-apache=PATH Specify path to apache executable],
