summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-02-19 05:16:34 +0100
committerPatrick McHardy <kaber@trash.net>2010-02-19 05:16:34 +0100
commita06645ad7d593b623faf21705006658829ecc7b7 (patch)
tree01f87da0c63513adf3709b88ae45b507e25243e1 /configure.ac
parent25ab66e34653a9cedf9c2c0f3fe0c6d85b3eef1f (diff)
build: don't link main library with libevent and libSDL
For now remove those two libraries from the autoconf script and add them to the examples Makefile. Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index aa9362c..e8cc903 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,12 +32,6 @@ AC_CHECK_LIB([nl], [nl_socket_alloc], ,
AC_CHECK_LIB([nl-dect], [nl_dect_cluster_alloc], ,
AC_MSG_ERROR([No suitable version of libnl-dect found]))
-AC_CHECK_LIB([event], [event_init], ,
- AC_MSG_ERROR([No suitable version of libevent found]))
-
-AC_CHECK_LIB([SDL], [SDL_OpenAudio], ,
- AC_MSG_ERROR([No suitable version of libsdl found]))
-
# Checks for header files.
AC_HEADER_STDC
AC_HEADER_ASSERT