One more fix for build without gtk-doc
Fixes https://github.com/behdad/harfbuzz/pull/35
This commit is contained in:
parent
b96af03c20
commit
e9853f33d1
|
@ -24,7 +24,7 @@ if which gtkdocize ; then
|
||||||
gtkdocize --copy || exit 1
|
gtkdocize --copy || exit 1
|
||||||
else
|
else
|
||||||
echo "*** No gtkdocize found, skipping documentation ***"
|
echo "*** No gtkdocize found, skipping documentation ***"
|
||||||
> gtk-doc.make
|
echo "EXTRA_DIST = " > gtk-doc.make
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -n "checking for autoreconf... "
|
echo -n "checking for autoreconf... "
|
||||||
|
|
Loading…
Reference in New Issue