changeset 744:c3b76a1a07cb

Fix wrapping error introduced in changeset 76e00324c404
author Mikael Berthe <mikael@lilotux.net>
date Sat, 11 Mar 2006 16:37:24 +0100
parents 735e259c3d31
children 413e95f3051a
files mcabber/configure.ac
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/configure.ac	Fri Mar 10 19:41:48 2006 +0100
+++ b/mcabber/configure.ac	Sat Mar 11 16:37:24 2006 +0100
@@ -26,8 +26,8 @@
 
 # Checks for header files.
 AC_HEADER_STDC
-AC_CHECK_HEADERS([arpa/inet.h fcntl.h locale.h netdb.h netinet/in.h stddef.h
-                  stdlib.h string.h strings.h sys/socket.h sys/time.h
+AC_CHECK_HEADERS([arpa/inet.h fcntl.h locale.h netdb.h netinet/in.h stddef.h \
+                  stdlib.h string.h strings.h sys/socket.h sys/time.h \
                   syslog.h termios.h unistd.h ncurses.h panel.h getopt.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
@@ -47,8 +47,8 @@
 AC_TYPE_SIGNAL
 AC_FUNC_STRFTIME
 AC_FUNC_VPRINTF
-AC_CHECK_FUNCS([alarm bzero gethostbyname gethostname inet_ntoa isascii
-                memmove memset modf select setlocale socket strcasecmp
+AC_CHECK_FUNCS([alarm bzero gethostbyname gethostname inet_ntoa isascii \
+                memmove memset modf select setlocale socket strcasecmp \
                 strchr strdup strncasecmp strrchr strstr])
 
 # Check for glib