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 ff3d939 commit 7209ff2Copy full SHA for 7209ff2
2 files changed
configure
@@ -3052,7 +3052,7 @@ then
3052
MACHDEP="$ac_md_system$ac_md_release"
3053
3054
case $MACHDEP in
3055
- linux*) MACHDEP="linux2";;
+ linux*) MACHDEP="linux";;
3056
cygwin*) MACHDEP="cygwin";;
3057
darwin*) MACHDEP="darwin";;
3058
irix646) MACHDEP="irix6";;
configure.in
@@ -304,7 +304,7 @@ then
304
305
306
307
308
309
310
0 commit comments