Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit67aa196

Browse files
committed
autoconf run.
1 parent011ad7e commit67aa196

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎configure

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,7 +2502,7 @@ echo "$as_me: using CFLAGS=$CFLAGS" >&6;}
25022502

25032503
# We already have this in Makefile.win32, but configure needs it too
25042504
if test "$PORTNAME" = "win32"; then
2505-
CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32"
2505+
CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32 -DEXEC_BACKEND"
25062506
fi
25072507

25082508
# Check if the compiler still works with the template settings
@@ -12077,10 +12077,11 @@ esac
1207712077

1207812078
# Win32 can't to rename or unlink on an open file
1207912079
case $host_os in mingw*)
12080-
LIBOBJS="$LIBOBJS dirmod.$ac_objext"
1208112080
LIBOBJS="$LIBOBJS copydir.$ac_objext"
12081+
LIBOBJS="$LIBOBJS dirmod.$ac_objext"
1208212082
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext"
12083-
LIBOBJS="$LIBOBJS pipe.$ac_objext" ;;
12083+
LIBOBJS="$LIBOBJS pipe.$ac_objext"
12084+
LIBOBJS="$LIBOBJS rand.$ac_objext" ;;
1208412085
esac
1208512086

1208612087
if test "$with_readline" = yes; then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp