summaryrefslogtreecommitdiff
path: root/external/libwps/ExternalProject_libwps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'external/libwps/ExternalProject_libwps.mk')
-rw-r--r--external/libwps/ExternalProject_libwps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libwps/ExternalProject_libwps.mk b/external/libwps/ExternalProject_libwps.mk
index 0bcfc5ceb72d..12e3c8719a47 100644
--- a/external/libwps/ExternalProject_libwps.mk
+++ b/external/libwps/ExternalProject_libwps.mk
@@ -46,7 +46,7 @@ $(call gb_ExternalProject_get_state_target,libwps,build) :
$(call gb_Trace_StartRange,libwps,EXTERNAL)
$(call gb_ExternalProject_run,build,\
export PKG_CONFIG="" \
- && ./configure \
+ && $(gb_RUN_CONFIGURE) ./configure \
--with-pic \
$(if $(DISABLE_DYNLOADING), \
--enable-static --disable-shared \