summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-08-13 09:03:47 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-08-13 09:03:47 +0000
commit3fc40a0c2ee783f2180c0f477f26d68bde6cb53c (patch)
tree7d13204aa08ad94bff7e6ce3867b9416b274bc93
parentc67cf28d3357b4f09a5922715c9925c7a7817190 (diff)
downloadexecline-3fc40a0c2ee783f2180c0f477f26d68bde6cb53c.tar.xz
- Cosmetic fixv2.1.3.1
- version: 2.1.3.1
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e6f3773..06945a2 100755
--- a/configure
+++ b/configure
@@ -298,6 +298,8 @@ tryflag CPPFLAGS_AUTO -Werror=implicit-int
tryflag CPPFLAGS_AUTO -Werror=pointer-sign
tryflag CPPFLAGS_AUTO -Werror=pointer-arith
+CPPFLAGS_AUTO="${CPPFLAGS_AUTO}${addincpath}"
+
if $evenmorestatic ; then
LDFLAGS_NOSHARED=-static
fi
@@ -323,8 +325,6 @@ if test -z "$vpaths" ; then
done < package/deps-build
fi
-CPPFLAGS_AUTO="$CPPFLAGS_AUTO $addincpath"
-
echo "creating config.mak..."
cmdline=$(quote "$0")
for i ; do cmdline="$cmdline $(quote "$i")" ; done