mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
11 lines
436 B
Text
11 lines
436 B
Text
--- 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,,
|