changeset 21433:c5f319d0b7f5

* configure.ac: remove spaces from LIBEXT assign
author John Donoghue
date Thu, 10 Mar 2016 16:29:38 -0500
parents f815b0145d1e
children 1da428cbf401
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Mar 10 15:45:22 2016 -0500
+++ b/configure.ac	Thu Mar 10 16:29:38 2016 -0500
@@ -2299,7 +2299,7 @@
   [link_all_deps=no])
 AM_CONDITIONAL([AMCOND_LINK_ALL_DEPS], [test $link_all_deps = yes])
 
-LIBEXT = a
+LIBEXT=a
 AC_SUBST(LIBEXT)
 
 ## Dynamic linking is now enabled only if we are building shared