From: Monty Taylor Date: Mon, 10 Aug 2009 21:21:46 +0000 (-0700) Subject: Removed spurrious old file. X-Git-Tag: 0.34~16^2~8 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=63830cd1634674366ec6a5c0969077ee12412825;p=m6w6%2Flibmemcached Removed spurrious old file. --- diff --git a/m4/pandora_have_sqlite.m4 b/m4/pandora_have_sqlite.m4 deleted file mode 100644 index 8cfaddd0..00000000 --- a/m4/pandora_have_sqlite.m4 +++ /dev/null @@ -1,24 +0,0 @@ -dnl Copyright (C) 2009 Sun Microsystems -dnl This file is free software; Sun Microsystems -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - - -AC_DEFUN([_PANDORA_SEARCH_SQLITE],[ - AC_REQUIRE([AC_LIB_PREFIX]) - - AC_LIB_HAVE_LINKFLAGS(sqlite3,,[ - #include - #include - ],[ - sqlite3 *db; - sqlite3_open(NULL, &db); - ]) - - AM_CONDITIONAL(HAVE_LIBSQLITE3, [test "x${ac_cv_libsqlite3}" = "xyes"]) - -]) - -AC_DEFUN([PANDORA_HAVE_SQLITE],[ - AC_REQUIRE([_PANDORA_SEARCH_SQLITE]) -])