summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2010-06-23 16:19:19 +0200
committerJoerg Bruehe <joerg@mysql.com>2010-06-23 16:19:19 +0200
commitf1cc08433e09088f0929d387b8b2fe79f610c6af (patch)
tree7e6596719888a641cf49789870f91c96e7ae144f /configure.in
parent13495faeb7bbe96c27174f466e1c290d68174352 (diff)
downloadmariadb-git-f1cc08433e09088f0929d387b8b2fe79f610c6af.tar.gz
Fix Bug #54739
Accidental change in compile-time definitions for FreeBSD Revert the accidental setting of "HAVE_BROKEN_REALPATH" on current versions of FreeBSD, do it for both autotools ("configure.in") and cmake ("cmake/os/FreeBSD.cmake").
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 5de43fc7951..ad0b3f80bce 100644
--- a/configure.in
+++ b/configure.in
@@ -1301,9 +1301,7 @@ case $SYSTEM_TYPE in
if test "$OSVERSION" -gt "600000"
then
# Post user-level threads, MYSQLD_NET_RETRY_COUNT is not needed any more
- AC_MSG_WARN([Adding fix for broken realpath])
- CFLAGS="$CFLAGS -DHAVE_BROKEN_REALPATH"
- CXXFLAGS="$CXXFLAGS -DHAVE_BROKEN_REALPATH"
+ :
elif test "$OSVERSION" -gt "480100" && \
test "$OSVERSION" -lt "500000" || \
test "$OSVERSION" -gt "500109"