summaryrefslogtreecommitdiff
path: root/external/libeot/ExternalProject_libeot.mk
diff options
context:
space:
mode:
Diffstat (limited to 'external/libeot/ExternalProject_libeot.mk')
-rw-r--r--external/libeot/ExternalProject_libeot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libeot/ExternalProject_libeot.mk b/external/libeot/ExternalProject_libeot.mk
index 75e8054a0a4c..98c7d2eb403d 100644
--- a/external/libeot/ExternalProject_libeot.mk
+++ b/external/libeot/ExternalProject_libeot.mk
@@ -18,7 +18,7 @@ $(call gb_ExternalProject_get_state_target,libeot,build) :
$(call gb_ExternalProject_run,build,\
touch Makefile.in \
&& export PKG_CONFIG="" \
- && ./configure \
+ && $(gb_RUN_CONFIGURE) ./configure \
--with-pic \
--enable-static \
--disable-shared \