diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-05 17:18:30 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-05 17:18:30 +0000 |
commit | 7dc065f8e1858e446209b86c8efea68b11912260 (patch) | |
tree | e19c161c2802a386bed96738210bd426e56c3d3d /source3 | |
parent | 8e410d6b09b328dc2aff77650bd6e3304922d662 (diff) | |
download | samba-7dc065f8e1858e446209b86c8efea68b11912260.tar.gz samba-7dc065f8e1858e446209b86c8efea68b11912260.tar.bz2 samba-7dc065f8e1858e446209b86c8efea68b11912260.zip |
Don't generate ../examples/pdb/{xml,mysql}/configure
(This used to be commit b0788c3e8e84bec13e2d2cbf733cd37e45c7afda)
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/configure | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/configure b/source3/configure index 5bc43b664e..a04d3a5c1e 100755 --- a/source3/configure +++ b/source3/configure @@ -23296,7 +23296,7 @@ builddir=`pwd` # I added make files that are outside /source directory. # I know this is not a good solution, will work out a better # solution soon. --simo - ac_config_files="$ac_config_files include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile ../examples/sam/Makefile" + ac_config_files="$ac_config_files include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/sam/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -23805,8 +23805,6 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "script/findsmb" ) CONFIG_FILES="$CONFIG_FILES script/findsmb" ;; "../examples/VFS/Makefile" ) CONFIG_FILES="$CONFIG_FILES ../examples/VFS/Makefile" ;; - "../examples/pdb/mysql/Makefile" ) CONFIG_FILES="$CONFIG_FILES ../examples/pdb/mysql/Makefile" ;; - "../examples/pdb/xml/Makefile" ) CONFIG_FILES="$CONFIG_FILES ../examples/pdb/xml/Makefile" ;; "../examples/sam/Makefile" ) CONFIG_FILES="$CONFIG_FILES ../examples/sam/Makefile" ;; "include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |