summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/krb5-config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/krb5-config.in b/src/krb5-config.in
index dc9baa465..cf2be4947 100755
--- a/src/krb5-config.in
+++ b/src/krb5-config.in
@@ -166,7 +166,11 @@ if test -n "$do_exec_prefix"; then
fi
if test -n "$do_cflags"; then
- echo "-I${includedir}"
+ if test x"$includedir" != x"/usr/include" ; then
+ echo "-I${includedir}"
+ else
+ echo ''
+ fi
fi