aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_platform.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2009-03-06 05:04:15 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2009-03-06 05:04:15 +0000
commit6a7c3e70e38413ebc2dbb62b5f0c8afae8692385 (patch)
tree7c291ee15bd4612703b84bb53107b6c2ca5bf45c /lib/libarchive/archive_platform.h
parentce077a6fd87ac4e7b5feca76bd8b4e0490d3db9a (diff)
downloadsrc-6a7c3e70e38413ebc2dbb62b5f0c8afae8692385.tar.gz
src-6a7c3e70e38413ebc2dbb62b5f0c8afae8692385.zip
Merge r435,r443 from libarchive.googlecode.com: Read config files from
include path; this makes it easier to support multiple build frameworks.
Notes
Notes: svn path=/head/; revision=189432
Diffstat (limited to 'lib/libarchive/archive_platform.h')
-rw-r--r--lib/libarchive/archive_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_platform.h b/lib/libarchive/archive_platform.h
index 4905fafb086a..7367f8e6a6b6 100644
--- a/lib/libarchive/archive_platform.h
+++ b/lib/libarchive/archive_platform.h
@@ -44,7 +44,7 @@
#include PLATFORM_CONFIG_H
#elif defined(HAVE_CONFIG_H)
/* Most POSIX platforms use the 'configure' script to build config.h */
-#include "../config.h"
+#include "config.h"
#else
/* Warn if the library hasn't been (automatically or manually) configured. */
#error Oops: No config.h and no pre-built configuration in archive_platform.h.