From 63830cd1634674366ec6a5c0969077ee12412825 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 10 Aug 2009 14:21:46 -0700 Subject: [PATCH] Removed spurrious old file. --- m4/pandora_have_sqlite.m4 | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 m4/pandora_have_sqlite.m4 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]) -]) -- 2.30.2