diff options
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/source3/configure b/source3/configure index 105f82f26d..35ed71f6bb 100755 --- a/source3/configure +++ b/source3/configure @@ -11573,6 +11573,10 @@ EOF esac else echo "$ac_t""no" 1>&6 + cat >> confdefs.h <<\EOF +#define HAVE_NO_ACLS 1 +EOF + fi @@ -11582,11 +11586,11 @@ if test "$cross_compiling" = yes; then : else cat > conftest.$ac_ext <<EOF -#line 11586 "configure" +#line 11590 "configure" #include "confdefs.h" #include "${srcdir-.}/tests/summary.c" EOF -if { (eval echo configure:11590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:11594: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then echo "configure OK"; else |