bbbefaf447
Changes in dconf 0.18.0 ======================== Translations updates: Basque Danish Japanese Korean Portuguese Punjabi Changes in dconf 0.17.1 ======================== Documentation updates, including better coverage of profiles. Translations updates: Assamese Belarusian Catalan Dutch Estonian Finnish French German Hungarian Indonesian Italian Korean Latvian Polish Russian Serbian Tajik Thai Traditional Chinese Changes in dconf 0.17.0 ======================== Fix a semi-serious thread safety issue: https://bugzilla.gnome.org/show_bug.cgi?id=703073 Some improvements to the editor: - fix some compile warnings - use gresource - cancel searches on escape Translation updates: Brazilian Portuguese Czech Esperanto Friulian Galician German Hebrew Indonesian Lithuanian Malayalam Norwegian bokmål Slovak Slovenian Spanish Tajik
13 lines
367 B
Text
13 lines
367 B
Text
$NetBSD: patch-aa,v 1.4 2013/09/30 11:42:13 obache Exp $
|
|
|
|
--- configure.orig 2013-09-23 21:29:29.000000000 +0000
|
|
+++ configure
|
|
@@ -5423,7 +5423,7 @@ if test "${enable_gcov+set}" = set; then
|
|
fi
|
|
|
|
|
|
-if test "x$enable_gcov" == "xyes"; then
|
|
+if test "x$enable_gcov" = "xyes"; then
|
|
CFLAGS="$CFLAGS -O0 -fprofile-arcs -ftest-coverage"
|
|
LDFLAGS="$LDFLAGS -lgcov"
|
|
fi
|