From 2d539be18baa38c055446c6800009268e33faeb8 Mon Sep 17 00:00:00 2001 From: wlestes Date: Sun, 28 Dec 2008 20:46:29 +0000 Subject: remove line break that broke configure --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index c03e258..a9e3038 100644 --- a/configure.in +++ b/configure.in @@ -84,8 +84,7 @@ fi AC_FUNC_ALLOCA AC_HEADER_STDC AC_HEADER_SYS_WAIT -AC_CHECK_HEADERS([inttypes.h libintl.h limits.h locale.h malloc.h -netinet/in.h stddef.h stdlib.h string.h strings.h unistd.h regex.h]) +AC_CHECK_HEADERS([inttypes.h libintl.h limits.h locale.h malloc.h netinet/in.h stddef.h stdlib.h string.h strings.h unistd.h regex.h]) AC_CHECK_LIB(m, log10) # The test test-pthread uses libpthread, so we check for it here, but -- cgit v1.2.1