summaryrefslogtreecommitdiff
path: root/m4/libo_externals.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/libo_externals.m4')
-rw-r--r--m4/libo_externals.m42
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])