321aae1516
- Cleanup spec file with spec-cleaner - Update to 3.10.1 * bugfix release (for full list of solved issues see NEWS file) OBS-URL: https://build.opensuse.org/request/show/294240 OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=128
14 lines
368 B
Diff
14 lines
368 B
Diff
Index: configure.ac
|
|
===================================================================
|
|
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -138,7 +138,7 @@ case "${is_clang}-${gcc_version}" in
|
|
notclang-4.*)
|
|
AC_MSG_RESULT([ok (${gcc_version})])
|
|
;;
|
|
- notclang-5.*)
|
|
+ notclang-5*)
|
|
AC_MSG_RESULT([ok (${gcc_version})])
|
|
;;
|
|
clang-2.9|clang-3.*|clang-4.*)
|