mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
avoid use of libstdc++ when not required
This commit is contained in:
parent
a6767db497
commit
59f2dbcd65
@ -425,7 +425,7 @@ dnl AC_CHECK_LIB(termcap, main)
|
||||
if test "$EDITLINE_FLG" = "Y"; then
|
||||
AC_SUBST(EDITLINE_A, -leditline)
|
||||
fi
|
||||
AC_CHECK_LIB(stdc++, main,,, $LIBS)
|
||||
dnl AC_CHECK_LIB(stdc++, main,,, $LIBS)
|
||||
|
||||
|
||||
dnl Check for functions
|
||||
|
Loading…
Reference in New Issue
Block a user