mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
configure.in: Use dnl in place of # where appropriate
The comment added by ed011d9754
used #,
which means it gets copied into configure, but it doesn't make sense
there. So use dnl, which gets dropped when creating configure.
This commit is contained in:
4
configure
vendored
4
configure
vendored
@ -10780,10 +10780,6 @@ rm -rf conftest*
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Autoconf 2.69's AC_SYS_LARGEFILE believes it's a good idea to #define
|
|
||||||
# _DARWIN_USE_64_BIT_INODE, but it isn't: on OS X 10.5 that activates a
|
|
||||||
# bug that causes readdir() to sometimes return EINVAL. On later OS X
|
|
||||||
# versions where the feature actually works, it's on by default anyway.
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1155,10 +1155,10 @@ esac
|
|||||||
# defines can affect what is generated for that.
|
# defines can affect what is generated for that.
|
||||||
if test "$PORTNAME" != "win32"; then
|
if test "$PORTNAME" != "win32"; then
|
||||||
AC_SYS_LARGEFILE
|
AC_SYS_LARGEFILE
|
||||||
# Autoconf 2.69's AC_SYS_LARGEFILE believes it's a good idea to #define
|
dnl Autoconf 2.69's AC_SYS_LARGEFILE believes it's a good idea to #define
|
||||||
# _DARWIN_USE_64_BIT_INODE, but it isn't: on OS X 10.5 that activates a
|
dnl _DARWIN_USE_64_BIT_INODE, but it isn't: on OS X 10.5 that activates a
|
||||||
# bug that causes readdir() to sometimes return EINVAL. On later OS X
|
dnl bug that causes readdir() to sometimes return EINVAL. On later OS X
|
||||||
# versions where the feature actually works, it's on by default anyway.
|
dnl versions where the feature actually works, it's on by default anyway.
|
||||||
AH_VERBATIM([_DARWIN_USE_64_BIT_INODE],[])
|
AH_VERBATIM([_DARWIN_USE_64_BIT_INODE],[])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user