Accept --with-expsam=no as valid option (do nothing on it). Simplifies automatic...
authorAlexander Bokovoy <ab@samba.org>
Tue, 15 Jul 2003 13:00:20 +0000 (13:00 +0000)
committerAlexander Bokovoy <ab@samba.org>
Tue, 15 Jul 2003 13:00:20 +0000 (13:00 +0000)
(This used to be commit 4042d965f26d8cc056792df50d0a2a6f3f640e50)

source3/configure.in

index 3a940b8da81367ff98535fdb02561868e03e1706..fd7ee9fc30d12bae6b1ce9fdeac3b8bd459e16ad 100644 (file)
@@ -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