[gimp/gimp-2-10] configure.ac: fix libbacktrace test



commit 0207c9baa1c18dc69e72ec377a6832df28ad7843
Author: Ell <ell_se yahoo com>
Date:   Sat Sep 22 22:45:47 2018 -0400

    configure.ac: fix libbacktrace test
    
    ... added in last commit.
    
    (cherry picked from commit 02457753469a7f0f73a1093d252853a201e6fd3d)

 configure.ac | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/configure.ac b/configure.ac
index 3f07f5136a..6e9298cb47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1839,6 +1839,8 @@ AC_ARG_WITH(libbacktrace, [  --without-libbacktrace       build without libbackt
 
 have_libbacktrace=no
 if test "x$with_libbacktrace" != xno; then
+  have_libbacktrace=yes
+
   gimp_save_LIBS=$LIBS
   LIBS="$LIBS -lbacktrace"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]