From: Kevin Bowling Date: Sun, 2 Jan 2011 14:29:45 +0000 (-0700) Subject: Revert "evconfig-private.h with recusive configure subdirs" X-Git-Tag: release-2.1.1-alpha~320^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edf62dddbc3b9ced06d10de041d682c18965413e;p=libevent Revert "evconfig-private.h with recusive configure subdirs" This reverts commit ed53d5ef8053af08186ef80dfc1647cff769fac8. --- diff --git a/configure.in b/configure.in index 021eb0f7..bd9ad7fc 100644 --- a/configure.in +++ b/configure.in @@ -608,6 +608,5 @@ if test x$enable_gcc_warnings = xyes; then fi -AC_CONFIG_SUBDIRS( [evconfig-private] ) AC_CONFIG_FILES( [libevent.pc libevent_openssl.pc libevent_pthreads.pc] ) AC_OUTPUT(Makefile include/Makefile test/Makefile sample/Makefile) diff --git a/evconfig-private/configure.in b/evconfig-private/configure.in deleted file mode 100644 index a14e0945..00000000 --- a/evconfig-private/configure.in +++ /dev/null @@ -1,17 +0,0 @@ -dnl private configure.in for libevent -dnl Kevin Bowling -AC_PREREQ(2.59c) -AC_INIT(configure.in) - -AC_CONFIG_HEADER(config.h) - -dnl Try and get a full POSIX environment on obscure systems -ifdef([AC_USE_SYSTEM_EXTENSIONS], [ -AC_USE_SYSTEM_EXTENSIONS -], [ -AC_AIX -AC_GNU_SOURCE -AC_MINIX -]) - -AC_OUTPUT