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

Commit2c65856

Browse files
committed
configure.in: Use dnl in place of # where appropriate
The comment added byed011d9 used #,which means it gets copied into configure, but it doesn't make sensethere. So use dnl, which gets dropped when creating configure.
1 parentfb05f3c commit2c65856

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

‎configure

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10780,10 +10780,6 @@ rm -rf conftest*
1078010780

1078110781
fi
1078210782

10783-
# Autoconf 2.69's AC_SYS_LARGEFILE believes it's a good idea to #define
10784-
# _DARWIN_USE_64_BIT_INODE, but it isn't: on OS X 10.5 that activates a
10785-
# bug that causes readdir() to sometimes return EINVAL. On later OS X
10786-
# versions where the feature actually works, it's on by default anyway.
1078710783

1078810784
fi
1078910785

‎configure.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,10 +1155,10 @@ esac
11551155
# defines can affect what is generated for that.
11561156
if test "$PORTNAME" != "win32"; then
11571157
AC_SYS_LARGEFILE
1158-
# Autoconf 2.69's AC_SYS_LARGEFILE believes it's a good idea to #define
1159-
# _DARWIN_USE_64_BIT_INODE, but it isn't: on OS X 10.5 that activates a
1160-
# bug that causes readdir() to sometimes return EINVAL. On later OS X
1161-
# versions where the feature actually works, it's on by default anyway.
1158+
dnl Autoconf 2.69's AC_SYS_LARGEFILE believes it's a good idea to #define
1159+
dnl _DARWIN_USE_64_BIT_INODE, but it isn't: on OS X 10.5 that activates a
1160+
dnl bug that causes readdir() to sometimes return EINVAL. On later OS X
1161+
dnl versions where the feature actually works, it's on by default anyway.
11621162
AH_VERBATIM([_DARWIN_USE_64_BIT_INODE],[])
11631163
fi
11641164

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp