[epiphany] build: static link with libgd



commit 911ccf3a377e7b651ca9a8d3512cb110f8de77d1
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Wed Jan 13 10:44:59 2016 -0600

    build: static link with libgd
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760442

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1291880..8a5c14e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,7 +93,7 @@ AC_MSG_RESULT([$enable_tests])
 
 AM_CONDITIONAL([ENABLE_TESTS],[test "$enable_tests" = "yes"])
 
-LIBGD_INIT([_view-common])
+LIBGD_INIT([_view-common static])
 
 PKG_CHECK_MODULES([DEPENDENCIES], [
                  glib-2.0 >= $GLIB_REQUIRED


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