diff options
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in.in b/configure.in.in index 79d4ecb..c142601 100644 --- a/configure.in.in +++ b/configure.in.in @@ -88,7 +88,7 @@ esac AC_LANG_PUSH(C++) -kpilot_save_cflags="$CPPFLAGS" +kpilot_save_cflags="$CPPFLAGS -Ipi-file.h -Ipi-version.h" kpilot_save_ldflags="$LDFLAGS" @@ -107,7 +107,7 @@ dnl Try looking normally dnl dnl if test "x$with_pilot_link" = "xCHECK" ; then -AC_CHECK_HEADER(pi-file.h,[HAVE_PISOCK=1], ) +KDE_CHECK_HEADER(pi-file.h,[HAVE_PISOCK=1], ) fi dnl If nothing found, try some other places that might have @@ -143,7 +143,7 @@ dnl Next, check the version of pilot-link to make sure it's sufficiently new. dnl dnl if test -z "$pisock_path" ; then - AC_CHECK_HEADER(pi-version.h,[HAVE_PISOCK=1], ) + KDE_CHECK_HEADER(pi-version.h,[HAVE_PISOCK=1], ) else test -d "$pisock_path" || HAVE_PISOCK="0" test -f "$pisock_path/pi-version.h" || HAVE_PISOCK="0" |