summaryrefslogtreecommitdiff
path: root/builds/unix/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'builds/unix/configure.ac')
-rw-r--r--builds/unix/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/builds/unix/configure.ac b/builds/unix/configure.ac
index e7ac82a01..78088b752 100644
--- a/builds/unix/configure.ac
+++ b/builds/unix/configure.ac
@@ -70,9 +70,9 @@ dnl checks for library functions
dnl Here we check whether we can use our mmap file component.
AC_FUNC_MMAP
if test "$ac_cv_func_mmap_fixed_mapped" != yes; then
- FTSYS_SRC='$(BASE_)ftsystem.c'
+ FTSYS_SRC='$(BASE_DIR)/ftsystem.c'
else
- FTSYS_SRC='$(BUILD)/ftsystem.c'
+ FTSYS_SRC='$(BUILD_DIR)/ftsystem.c'
FT_MUNMAP_DECL
FT_MUNMAP_PARAM