Fixed compilation --with-versioned=no

This commit is contained in:
Jaroslav Kysela 2003-03-11 18:51:32 +00:00
parent 915de60abf
commit fea03e9eba
6 changed files with 31 additions and 12 deletions

View file

@ -102,6 +102,7 @@ if test "$versioned" = "yes"; then
else
AC_MSG_RESULT(no)
fi
AM_CONDITIONAL(VERSIONED_SYMBOLS, test x$versioned = xyes)
dnl Check for debug...
AC_MSG_CHECKING(for debug)