Fix building shared lib for confuse

This commit is contained in:
Yourself
2014-01-12 17:36:28 +00:00
parent 3d9a2a6c95
commit afdee0e32f

View File

@@ -53,7 +53,7 @@ BUILD()
libtoolize -fci
autoconf
automake --add-missing
runConfigure ./configure
runConfigure ./configure --enable-shared
make
}