Dirk Mueller
4315dffa30
- require the right version of glibc at runtime OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=36
16 lines
517 B
Diff
16 lines
517 B
Diff
--- configure.in
|
|
+++ configure.in
|
|
@@ -225,9 +225,9 @@ case "${host_os}" in
|
|
kernel=`uname -r`
|
|
|
|
case "${kernel}" in
|
|
- 2.6.*)
|
|
- AC_MSG_RESULT([2.6 family (${kernel})])
|
|
- AC_DEFINE([KERNEL_2_6], 1, [Define to 1 if you're using Linux 2.6.x])
|
|
+ 2.6.*|3.*)
|
|
+ AC_MSG_RESULT([2.6.x/3.x family (${kernel})])
|
|
+ AC_DEFINE([KERNEL_2_6], 1, [Define to 1 if you're using Linux 2.6.x or Linux 3.x])
|
|
;;
|
|
|
|
2.4.*)
|