diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-25 19:35:57 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-25 19:35:57 +0000 |
| commit | a1ed90bd61288617977cbe04e00f65a805862e0b (patch) | |
| tree | c42407e9a3285744d64e541e92fce8185f6ff807 | |
| parent | Workaround usage of deprecated glib symbols in 3rd party libraries (diff) | |
| download | inkscape-a1ed90bd61288617977cbe04e00f65a805862e0b.tar.gz inkscape-a1ed90bd61288617977cbe04e00f65a805862e0b.zip | |
Drop unnecessary (and broken with Gtk+ 3) check for Gtk+ backend
(bzr r12244)
| -rw-r--r-- | configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index 11c5f2f8b..828b851d5 100644 --- a/configure.ac +++ b/configure.ac @@ -729,16 +729,6 @@ if test "x$enable_strict_build" != "xno"; then fi fi -# Check for GTK+ backend target -AC_MSG_CHECKING([for GTK+ backend target]) -gtk_backend_target=`pkg-config --variable=target gtk+-2.0` -AC_MSG_RESULT($gtk_backend_target) - -# Add X11 library if needed -if test "x$gtk_backend_target" = "xx11"; then - INKSCAPE_LIBS="$INKSCAPE_LIBS -lX11" -fi - # Check for Apple Mac OS X Carbon framework carbon_ok=no AC_MSG_CHECKING([for Mac OS X Carbon support]) @@ -1046,5 +1036,4 @@ Configuration: Libvisio: ${with_libvisio} Libcdr: ${with_libcdr} Doing Local Install: ${with_localinstall} - GTK+ backend target: ${gtk_backend_target} " |
