mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00

committed by
Tristan Matthews

parent
36a2a7bdc3
commit
323802c722
@ -15,8 +15,11 @@ fi
|
||||
|
||||
LIBTOOLIZE=`which libtoolize || which glibtoolize`
|
||||
if test -z $LIBTOOLIZE; then
|
||||
LIBTOOLIZE=`which glibtoolize`
|
||||
if test -z $LIBTOOLIZE; then
|
||||
echo "*** No libtool found, please install it ***"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
# Workaround for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565663
|
||||
|
Reference in New Issue
Block a user