リビジョン | 481f549f618fde7bc1d927d337076a5ff8be7f7a (tree) |
---|---|
日時 | 2012-03-11 14:30:00 |
作者 | matsuand <matsuand@user...> |
コミッター | matsuand |
[BLFS] Modified apr-util.
@@ -16,7 +16,8 @@ if test "$1" == "check"; then | ||
16 | 16 | fi |
17 | 17 | |
18 | 18 | echo Check Options... |
19 | -. ./_checkOptions.sh openssl openldap db freetds | |
19 | +. ./_checkOptions.sh openssl openldap db freetds \ | |
20 | + expat unixODBC mysql postgresql sqlite | |
20 | 21 | |
21 | 22 | if [ ${OPTION_openldap} -eq "1" ]; then |
22 | 23 | export WITHLDAP="--with-ldap " |