removed check for idn2 from autogen.sh

This commit is contained in:
Tim Ruehsen 2014-06-06 14:15:40 +02:00
parent 884d98b61c
commit 24a380cb23
1 changed files with 0 additions and 5 deletions

View File

@ -5,11 +5,6 @@ if test -z `which autoreconf`; then
exit 1
fi
if test -z `which idn2`; then
echo "No 'idn2' found. You must install the idn2 package."
exit 1
fi
# create m4 before gtkdocize
mkdir m4 2>/dev/null