diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-02-02 11:14:04 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-02-02 11:14:04 +0000 |
commit | e5183747da2b268f53a9464fda5fd6b4856c62a4 (patch) | |
tree | 7c20708b5d28200464b31860da8f54eb2b989759 /kernel | |
parent | ff30a6cd43535ec318a26c1d3ec9c7edc268e9c9 (diff) | |
download | libfuse-e5183747da2b268f53a9464fda5fd6b4856c62a4.tar.gz |
whitespace fixes
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/configure.ac b/kernel/configure.ac index b27e6df..4b906e5 100644 --- a/kernel/configure.ac +++ b/kernel/configure.ac @@ -32,7 +32,7 @@ fi if test -z "$kernsrcver"; then AC_MSG_RESULT([Not found]) AC_MSG_ERROR([ -*** Cannot determine the version of the linux kernel source. Please +*** Cannot determine the version of the linux kernel source. Please *** configure the kernel before running this script]) fi AC_MSG_RESULT([$kernsrcver]) @@ -86,7 +86,7 @@ if test "$ENABLE_FUSE_MODULE" = y; then else AC_MSG_RESULT([no]) fi - + isuml=no KERNELMAKE_PARAMS= KERNELCPPFLAGS= |