blob: 42997a1ab39470adc2af7bcaecc1b366d8a47ab2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.ac.orig 2011-12-17 13:30:46.622160436 +0100
+++ configure.ac 2011-12-17 13:30:56.046163766 +0100
@@ -26,7 +26,7 @@
AC_CHECKING(for sqlite3 library)
AC_CHECK_LIB(
sqlite3, sqlite3_open,,
- AC_ERROR([SQLite is required. See the --with-sqlite3 configure option.]), -ldl)
+ AC_ERROR([SQLite is required. See the --with-sqlite3 configure option.]))
AC_CHECKING(for Sqlite header files)
AC_CHECK_HEADER(sqlite3.h,,
|