aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorGeoffrey Noer <noer@cygnus>1998-11-19 22:44:42 +0000
committerGeoffrey Noer <noer@cygnus>1998-11-19 22:44:42 +0000
commit94a919180a0373529f4adbe529e3360b079eb435 (patch)
treee797481d867295e313559091f0b3d4123dd036bc /gdb/configure
parent4aeb051e8cad3f01b6ec3790753d58d30990362c (diff)
downloadfsf-binutils-gdb-94a919180a0373529f4adbe529e3360b079eb435.zip
fsf-binutils-gdb-94a919180a0373529f4adbe529e3360b079eb435.tar.gz
fsf-binutils-gdb-94a919180a0373529f4adbe529e3360b079eb435.tar.bz2
Thu Nov 19 14:43:44 1998 Geoffrey Noer <noer@cygnus.com>
* configure.in: switch back to checking __CYGWIN32__ * configure: regenerate
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure b/gdb/configure
index 915cb74..e7d2484 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -4901,7 +4901,7 @@ else
#line 4902 "configure"
#include "confdefs.h"
-#ifdef __CYGWIN__
+#ifdef __CYGWIN32__
lose
#endif
EOF
@@ -5986,7 +5986,7 @@ else
#include "confdefs.h"
int main() {
-return __CYGWIN__;
+return __CYGWIN32__;
; return 0; }
EOF
if { (eval echo configure:5993: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then