summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2008-12-28 20:46:29 +0000
committerwlestes <wlestes>2008-12-28 20:46:29 +0000
commit2d539be18baa38c055446c6800009268e33faeb8 (patch)
treea268b0284df46d3a8a7368d74a0b5dedb6e8c24f
parent407e2609be2351671902bece33b23a96a8f77b6d (diff)
downloadflex-2d539be18baa38c055446c6800009268e33faeb8.tar.gz
remove line break that broke configure
-rw-r--r--configure.in3
1 files changed, 1 insertions, 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