blob: 3b968f72762966e2a1e62d4fc3f6e2a72d3728db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- pthsem-2.0.8/acinclude.m4
+++ pthsem-2.0.8/acinclude.m4
@@ -892,6 +892,8 @@
case "x`uname -r`" in
changequote(, )dnl
x2.[23456789]* ) ;;
+changequote(, )dnl
+ x3.* ) ;;
changequote([, ])
* ) braindead=yes ;;
esac
|