亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

Chinaunix

標(biāo)題: 誰(shuí)能幫我解釋configre.in部分片段中的語(yǔ)句嗎? [打印本頁(yè)]

作者: yeweinan    時(shí)間: 2003-10-31 03:41
標(biāo)題: 誰(shuí)能幫我解釋configre.in部分片段中的語(yǔ)句嗎?
dnl Berkeley DB Detection

dnl support old-style
AC_ARG_WITH(dbdir,
        [  --with-dbdir=DIR        Berkeley DB files are in prefix DIR],
        with_bdb_lib="$withval/lib"; with_bdb_inc="$withval/include",
        with_bdb_lib=none; with_bdb_inc=none)

CYRUS_BERKELEY_DB_CHK()

if test "$dblib" = "no"; then
  AC_ERROR([this version requires Berkeley DB 3.x or later.
(Get it from http://www.sleepycat.com/).  You may need to suppply the
--with-bdb-libdir or --with-bdb-incdir configure options.])
fi

if test "$with_bdb_lib" != "none"; then
  CMU_ADD_LIBPATH($with_bdb_lib)
fi
LIBS="${LIBS} ${BDB_LIBADD}"
CPPFLAGS="${BDB_INCADD} ${CPPFLAGS}"

dnl End Berkeley DB Detection




歡迎光臨 Chinaunix (http://72891.cn/) Powered by Discuz! X3.2