X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=configure;h=6be66d436179cbc046c57710e45b3aaae1193d87;hp=7057522092263698d73f14bc9128f9a947d259c6;hb=32f1c9b1a0fdad8ac997c7a8ac9cb92c610b4336;hpb=8a82f8535bbbd3aa9db75fb79812b5c5b1c81d28 diff --git a/configure b/configure index 70575220..6be66d43 100755 --- a/configure +++ b/configure @@ -1382,7 +1382,7 @@ echo $ECHO_N "checking for prefix... $ECHO_C" >&6 if test "x$prefix" = "xNONE" ; then case "$cf_cv_system_name" in # non-vendor systems don't have a conflict - openbsd*|freebsd*|mirbsd*|linux*|cygwin*|k*bsd*-gnu) + openbsd*|freebsd*|mirbsd*|linux*|cygwin*|k*bsd*-gnu|mingw*) prefix=/usr ;; *) prefix=$ac_default_prefix @@ -18840,7 +18840,7 @@ else #endif -main() +int main() { FILE *fp = fopen("cf_test.out", "w"); if (fp != 0) { @@ -19061,7 +19061,7 @@ public: int begin_x = 0) { } - + NCursesPanel(); ~NCursesPanel(); }; @@ -19204,7 +19204,7 @@ else #endif -main() +int main() { FILE *fp = fopen("cf_test.out", "w"); if (fp != 0) {