0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

fixed autogen.sh complaining about existing config dir

This commit is contained in:
malosek 2010-01-04 16:03:49 +01:00
parent 7884f4541a
commit 1528edb963

View File

@ -26,7 +26,7 @@ if [ $? -ne 0 ]; then
exit 1
fi
mkdir config
mkdir -p config
if [ $? -ne 0 ]; then
echo
echo "Cannot create config directory."