Code

git: remove $Id$ svn cruft
[fusedav.git] / configure.ac
index ae19c480f3489aad8c94993892e1353a2e7ebf5c..3a1a830d9bc2099aaac9f0386ab87a53bfe99ffd 100644 (file)
@@ -1,8 +1,6 @@
 # -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-# $Id$
-
 # Copyright (c) 2004-2006 Lennart Poettering
 #
 # Permission is hereby granted, free of charge, to any person
@@ -85,13 +83,13 @@ if test "x$GCC" = "xyes" ; then
 
     for flag in $DESIRED_FLAGS ; do
         AC_MSG_CHECKING([whether $CC accepts $flag])
-        if test_gcc_flag $flag ; then 
+        if test_gcc_flag $flag ; then
            CFLAGS="$CFLAGS $flag"
            AC_MSG_RESULT([yes])
         else
            AC_MSG_RESULT([no])
         fi
-    done 
+    done
 fi
 
 # 64 Bit LFS support