diff options
Diffstat (limited to 'www/galeon2/files/patch-configure')
-rw-r--r-- | www/galeon2/files/patch-configure | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/galeon2/files/patch-configure b/www/galeon2/files/patch-configure index 1624ed425cb4..f8bc9fe02fb6 100644 --- a/www/galeon2/files/patch-configure +++ b/www/galeon2/files/patch-configure @@ -8,16 +8,3 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -18588,7 +18589,11 @@ - # Check whether --enable-werror or --disable-werror was given. - if test "${enable_werror+set}" = set; then - enableval="$enable_werror" -- disable_werror=no -+ if test "x$enable_werror" != "xno"; then -+ disable_werror=no -+ else -+ disable_werror=yes -+ fi - else - disable_werror=yes - fi; |