]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Changed indentation ... :)
authordlezcano <dlezcano>
Wed, 8 Oct 2008 11:39:24 +0000 (11:39 +0000)
committerdlezcano <dlezcano>
Wed, 8 Oct 2008 11:39:24 +0000 (11:39 +0000)
configure.in

index 80752f5332a2c20d56dd9f3268b1e587ca3b4e36..a2ef7bd6626739e278a05b19c118a0a8f44ccf97 100644 (file)
@@ -13,9 +13,9 @@ AM_PROG_CC_C_O
 AC_GNU_SOURCE
 AC_PROG_LIBTOOL
 AC_CHECK_HEADERS([linux/netlink.h linux/genetlink.h], [], AC_MSG_ERROR([netlink headers not found]),
-                                 [#include <linux/types.h>
-                                  #include <bits/sockaddr.h>
-                                  #include <linux/socket.h>])
+[#include <linux/types.h>
+#include <bits/sockaddr.h>
+#include <linux/socket.h>])
 AC_PROG_GCC_TRADITIONAL
 
 if test "x$GCC" = "xyes"; then