build: avoid "make sytnax-check" failure
authorJim Meyering <meyering@redhat.com>
Fri, 14 Aug 2009 19:01:48 +0000 (21:01 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 14 Aug 2009 19:01:48 +0000 (21:01 +0200)
* daemon/configure.ac: Change a leading TAB to 8 spaces.

daemon/configure.ac

index 62c28ee..b0c7f26 100644 (file)
@@ -68,7 +68,7 @@ dnl Check for libselinux (optional).
 AC_CHECK_HEADERS([selinux/selinux.h])
 AC_CHECK_LIB([selinux],[setexeccon],[
         LIBS="-lselinux $LIBS"
-       have_libselinux="$ac_cv_header_selinux_selinux_h"
+        have_libselinux="$ac_cv_header_selinux_selinux_h"
         AC_CHECK_FUNCS([setcon getcon])
         ],[have_libselinux=no])
 if test "x$have_libselinux" = "xyes"; then