diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-02-20 13:15:23 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-02-20 13:18:59 +0100 |
commit | 039a1dcc9fe2af4d48bd931a4c937d502a046797 (patch) | |
tree | a526cf45d227223e2a0ff990de54bfec905d5405 /m4 | |
parent | e0202de07e9cf078011d580aacebf98bae58782d (diff) |
configure: fix WPD/WPS/WPG when no explicit option given:
Consistently set WPD_CFLAGS/WPD_LIBS etc. in that case, with luck not
breaking anything else in the process due to newly set FOO_CFLAGS/LIBS.
Change-Id: I56bc6b86821b77c0c376d06b629646ada1ea0339
Diffstat (limited to 'm4')
-rw-r--r-- | m4/libo_externals.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/libo_externals.m4 b/m4/libo_externals.m4 index b0b45ed4e6a0..2b142b5281c9 100644 --- a/m4/libo_externals.m4 +++ b/m4/libo_externals.m4 @@ -23,6 +23,8 @@ if test "$with_system_$1" = "yes"; then else AC_MSG_RESULT([internal]) SYSTEM_$2=NO + $2_CFLAGS=$4 + $2_LIBS=$5 BUILD_TYPE="$BUILD_TYPE $2" fi libo_PUBLISH_MODULE([$2]) |