From 98af0e01b3a06db3f4ab0dacd7f430d4049610f6 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 15 Jul 2003 13:00:20 +0000 Subject: Accept --with-expsam=no as valid option (do nothing on it). Simplifies automatic option generation for spec files (This used to be commit 4042d965f26d8cc056792df50d0a2a6f3f640e50) --- source3/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 3a940b8da8..fd7ee9fc30 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2464,6 +2464,8 @@ AC_ARG_WITH(expsam, AM_PATH_MYSQL([0.11.0],[default_shared_modules="$default_shared_modules pdb_mysql"],[]) CFLAGS="$CFLAGS $MYSQL_CFLAGS" ;; + no) + ;; *) echo "Unknown module name \"$i\"! Exiting..." exit 1 -- cgit