Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2621637 commit ee21f41Copy full SHA for ee21f41
2 files changed
configure
@@ -1,6 +1,6 @@
1
#! /bin/sh
2
3
-# From configure.in Revision: 1.83
+# From configure.in Revision: 1.84
4
5
# Guess values for system-dependent variables and create Makefiles.
6
# Generated automatically using autoconf version 2.12
@@ -1865,7 +1865,7 @@ then
1865
SCO_SV*) CCSHARED="-KPIC -dy -Bdynamic";;
1866
IRIX*/6*) case $CC in
1867
*gcc*) CCSHARED="-shared";;
1868
- *) CCSHARED="-shared -all";;
+ *) CCSHARED="";;
1869
esac;;
1870
esac
1871
fi
configure.in
@@ -314,7 +314,7 @@ then
314
315
316
317
318
319
320
0 commit comments