]> granicus.if.org Git - flex/commitdiff
remove line break that broke configure
authorWill Estes <wlestes@users.sourceforge.net>
Sun, 28 Dec 2008 20:46:29 +0000 (20:46 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Sun, 28 Dec 2008 20:46:29 +0000 (20:46 +0000)
configure.in

index c03e2582b1a2162b1c2d6b365284c2caadbebd0e..a9e3038a622965f3a36c74f3ce150ff2a3ceed5c 100644 (file)
@@ -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