Lines 1-5
Link Here
|
1 |
--- configure.orig Fri May 21 20:24:40 2004 |
1 |
--- configure.orig 2004-05-21 18:24:40.000000000 +0200 |
2 |
+++ configure Wed Apr 26 10:55:55 2006 |
2 |
+++ configure 2013-04-22 13:44:49.000000000 +0200 |
|
|
3 |
@@ -6702,9 +6702,9 @@ |
4 |
# Special check for weird MP-RAS system (uname returns weird |
5 |
# results, and the version is kept in special file). |
6 |
|
7 |
- if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then |
8 |
- system=MP-RAS-`awk '{print }' /etc/.relid'` |
9 |
- fi |
10 |
+# if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then |
11 |
+# system=MP-RAS-`awk '{print $1}' /etc/.relid'` |
12 |
+# fi |
13 |
if test "`uname -s`" = "AIX" ; then |
14 |
system=AIX-`uname -v`.`uname -r` |
15 |
fi |
3 |
@@ -7847,11 +7847,12 @@ |
16 |
@@ -7847,11 +7847,12 @@ |
4 |
EXTRA_CFLAGS="-pthread" |
17 |
EXTRA_CFLAGS="-pthread" |
5 |
LDFLAGS="$LDFLAGS -pthread" |
18 |
LDFLAGS="$LDFLAGS -pthread" |