diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-21 16:20:55 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-21 16:20:55 +0000 |
| commit | 6fde6b0fe90abde84011202edd40fe46eb06af44 (patch) | |
| tree | ef760338c50b4df3ae9cca96347bca962fdbec7e /src/configure.ac | |
| parent | 55b08bd93257d32df76efc4e8e3f49311c39ee82 (diff) | |
Diffstat (limited to 'src/configure.ac')
| -rw-r--r-- | src/configure.ac | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/configure.ac b/src/configure.ac index 1a11ae8..d065d76 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -1,6 +1,6 @@ -dnl configure.ac Cypyright (2005, 2006, 2007) by the yChat Project +dnl configure.ac Cypyright (2005, 2006) by the yChat Project -AC_INIT(main.cpp, [], [ychat at dev dot buetow dot org]) +AC_INIT(main.cpp, [], [paul at buetow dot org]) AC_CONFIG_HEADER(config.h) AC_PROG_CXX AC_PREFIX_DEFAULT(/usr/local) @@ -14,10 +14,8 @@ header_error() AC_MSG_ERROR([Could not find required header, please check the in lib_error() AC_MSG_ERROR([Library test failed, please check the installation of the required library]) echo "===> Checking for dependencies" - -AC_CHECK_HEADERS(dlfcn.h netinet/in.h time.h pthread.h event.h, [], [header_error]) +AC_CHECK_HEADERS(dlfcn.h netinet/in.h time.h pthread.h, [], [header_error]) AC_CHECK_LIB(pthread, pthread_create, [], [lib_error]) -AC_CHECK_LIB(event, event_init, [], [lib_error]) echo -n "===> Configuring with SSL " if test -z $enable_ssl || test $enable_ssl != "yes"; then @@ -88,11 +86,6 @@ rm -f .Makefile.deps echo "===> Posttasking config.h" cat << END >> config.h -/* Posttasking has been done by ./src/configure. - Please edit ./src/configure.ac and run autoconf if you - want to modify all values below this comment! - */ - /* Program prefix. */ #define PREFIX "$prefix" END |
