libunique1: fix build.

This commit is contained in:
Juan RP 2013-04-16 12:46:12 +02:00
parent 0100497a49
commit 6c43dadc28

View file

@ -34,6 +34,7 @@ pre_configure() {
for f in $(find ${wrksrc} -name *.[ch]); do
sed -i -s "s|G_CONST_RETURN|const|g" "$f"
done
sed -e "s,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g" -i configure.ac
autoreconf -fi
}