summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2014-09-11 09:39:47 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2014-09-11 09:41:02 +0200
commit7860feb6ed1c8c2c60945a5c0b33595077228561 (patch)
tree79ef381c1d77666650ce395c3eec589bd1d7bf0b /configure.ac
parenta1251a7825096f9ff8240baa66f6318e448b2654 (diff)
system-gltf should follow system-libs
Change-Id: I123b6dd56c21cdecd218152396f8cb8366ef53b2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 561a15ba9cf0..d8bcb8050409 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1608,7 +1608,7 @@ AC_ARG_WITH(system-jpeg,
AC_ARG_WITH(system-libgltf,
AS_HELP_STRING([--with-system-libgltf],
[Use libgltf already on system.]),,
- [with_system_libgltf=auto])
+ [with_system_libgltf="$with_system_libs"])
AC_ARG_WITH(system-clucene,
AS_HELP_STRING([--with-system-clucene],