8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Do not use binreloc by default in 2.5 - keep it as experimental option

This commit is contained in:
alexpeshkoff 2009-04-21 12:04:40 +00:00
parent b519120676
commit 7477e10e1f

View File

@ -76,7 +76,6 @@ fi
# If NOCONFIGURE is set, skip the call to configure
if test "x$NOCONFIGURE" = "x"; then
conf_flags="$conf_flags --enable-binreloc"
echo Running $SRCDIR/configure $conf_flags "$@" ...
rm -f config.cache config.log
chmod a+x $SRCDIR/configure