One more fix for build without gtk-doc

Fixes https://github.com/behdad/harfbuzz/pull/35
pull/37/head
Behdad Esfahbod 11 years ago
parent b96af03c20
commit e9853f33d1
  1. 2
      autogen.sh

@ -24,7 +24,7 @@ if which gtkdocize ; then
gtkdocize --copy || exit 1
else
echo "*** No gtkdocize found, skipping documentation ***"
> gtk-doc.make
echo "EXTRA_DIST = " > gtk-doc.make
fi
echo -n "checking for autoreconf... "

Loading…
Cancel
Save