summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2011-02-10 12:13:13 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2011-02-10 12:13:13 +0100
commitd88aa252145f3780ec081b04e005952e4f1a8d72 (patch)
tree149214ae8b246c419fb33ead0773f7efce53cee7
parent0bda68f4344fb297cffa3cd24996ae1a8f372459 (diff)
configure: initialize SCPDEFS, do not always append it
This caused problems when <platform>*.sh was sourced while invoking autogen.sh.
-rwxr-xr-xconfigure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 6bdb1f3fb673..3a478d36034f 100755
--- a/configure.in
+++ b/configure.in
@@ -1285,6 +1285,7 @@ AC_ARG_WITH(max-jobs,
,)
BUILD_TYPE="LibO"
+SCPDEFS=""
echo "********************************************************************"
echo "*"