Kaydet (Commit) 61dbdb96 authored tarafından Matthias Klose's avatar Matthias Klose

- configure.in: Don't error, when no --with-dbmliborder option is present

üst 51c614e3
......@@ -1933,10 +1933,8 @@ else
AC_MSG_ERROR([proper usage is --with-dbmliborder=db1:db2:...])
fi
done
AC_MSG_RESULT($with_dbmliborder)
fi],
[AC_MSG_ERROR([proper usage is --with-dbmliborder=db1:db2:...])
])
fi])
AC_MSG_RESULT($with_dbmliborder)
# Determine if signalmodule should be used.
AC_SUBST(USE_SIGNAL_MODULE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment