]> git.pld-linux.org Git - packages/dosemu.git/blame - dosemum-1.0.0-glibc22.patch
- removed obsolete fix and gcc33 patches
[packages/dosemu.git] / dosemum-1.0.0-glibc22.patch
CommitLineData
eb1681b3 1--- dosemu-1.0.0/base-configure.than Sat May 27 11:36:48 2000
2+++ dosemu-1.0.0/base-configure Sat May 27 11:37:12 2000
3@@ -3924,14 +3924,14 @@
4 GCC_VERSION_CODE="-DGCC_VERSION_CODE=$GCC_VERSION_CODE"
5
6 echo -n "checking for glibc..."
7- major=`echo '#include <features.h>' |${CC-cc} -E -dM -|awk '/#define.+__GLIBC__/{print $3}'`
8+ major=`echo '#include <features.h>' |${CC-cc} -E -dM -|awk '/#define __GLIBC__ /{print $3}'`
9 if test "$major" = ""; then
10 echo "no"
11 else
12 if test "$(( $major > 1 ))" = "1"; then
13 GLIBCFLAGS="-D_XOPEN_SOURCE"
14 fi
15- minor=`echo '#include <features.h>' |${CC-cc} -E -dM -|awk '/#define.+__GLIBC_MINOR__/{print $3}'`
16+ minor=`echo '#include <features.h>' |${CC-cc} -E -dM -|awk '/#define __GLIBC_MINOR__/{print $3}'`
17 if test "$minor" = ""; then
18 minor=0;
19 fi
This page took 0.027107 seconds and 4 git commands to generate.