aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2011-09-10 17:40:33 -0400
committerdavilla <davilla@4pi.com>2011-09-10 17:41:21 -0400
commit8de0f1334e1e65c7ad23d6d794937abec262e285 (patch)
tree8179d1a00a54e7eb9461f67c66518a8667d2fb10 /configure.in
parent85ec5236bd1b720fedbccb6cdb67a29ac42ca821 (diff)
[osx/ios] fixed, refactor afpfs-ng includes to follow fedora and others, thx sraue. Warning to all, need to rebuild tools/darwin/depends/afpfs-ng
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 941aebed87..0a31c41c28 100755
--- a/configure.in
+++ b/configure.in
@@ -963,7 +963,7 @@ fi
USE_LIBAFPCLIENT=0
if test "$host_vendor" = "apple" ; then
if test "x$use_libafpclient" != "xno"; then
- AC_CHECK_HEADERS([afp/libafpclient.h],,
+ AC_CHECK_HEADERS([afpfs-ng/libafpclient.h],,
[if test "x$use_libafpclient" = "xyes"; then
AC_MSG_ERROR($libafpclient_not_found)
elif test "x$use_libafpclient" != "xno"; then