summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorgmorris <gmorris>2005-02-27 02:25:17 +0000
committergmorris <gmorris>2005-02-27 02:25:17 +0000
commit40136aaabfddc107fa5532a1314e2055a08fc836 (patch)
tree547fd262726f042fb7c23d9ee7bafdde118125c0 /configure
parentd2f45f8a428f4f03f62f7d745713da62a92d09b9 (diff)
downloadnfs-utils-40136aaabfddc107fa5532a1314e2055a08fc836.tar.gz
nfs-utils-40136aaabfddc107fa5532a1314e2055a08fc836.tar.xz
nfs-utils-40136aaabfddc107fa5532a1314e2055a08fc836.zip
Fix typo, Closes bug [1050003]
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 82e8eaf..9732c28 100755
--- a/configure
+++ b/configure
@@ -2134,7 +2134,7 @@ fi
break
fi
- CFLAGS=$CFLAGS `K5CONFIG --cflags`
+ CFLAGS=$CFLAGS `$K5CONFIG --cflags`
fi
done
if test "x$KRBDIR" = "x"; then