r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues with local
[samba.git] / source / lib / ldb / sqlite3.m4
index d4a4c9587042b4a73e97e0996724bf2a5c27b972..49e3807730a5097d356f1fd0fa89c3737eb7ae4f 100644 (file)
@@ -6,7 +6,7 @@ with_sqlite3_support=no
 AC_MSG_CHECKING([for SQLITE3 support])
 
 AC_ARG_WITH(sqlite3,
-[  --with-sqlite3          SQLITE3 support (default=no)],
+AS_HELP_STRING([--with-sqlite3],[SQLITE3 backend support (default=no)]),
 [ case "$withval" in
     yes|no|auto)
        with_sqlite3_support=$withval
@@ -43,7 +43,7 @@ if test x"$with_sqlite3_support" != x"no"; then
     AC_MSG_CHECKING(whether SQLITE3 support is used)
     AC_MSG_RESULT(yes)
     with_sqlite3_support=yes
-    SMB_EXT_LIB_ENABLE(SQLITE3,YES)
+    SMB_ENABLE(SQLITE3,YES)
   else
     if test x"$with_sqlite3_support" = x"yes"; then
        AC_MSG_ERROR(libsqlite3 is needed for SQLITE3 support)