aboutsummaryrefslogtreecommitdiff
path: root/libs/pthsem/patches/001-linux3x-fix.patch
blob: 60aff546e22ba3dd22ae6866abd95dcbe2126e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -892,6 +892,8 @@ case $PLATFORM in
         case "x`uname -r`" in
 changequote(, )dnl
             x2.[23456789]* ) ;;
+changequote(, )dnl
+            x3.* ) ;;
 changequote([, ])
             * ) braindead=yes ;;
         esac