diff --git a/daemon/autogen.sh b/daemon/autogen.sh
index ccf31c30a456309027c8b668ad4edb35557feae4..eabb0e0edcafeba96da709afb47bb70d652cfbbc 100755
--- a/daemon/autogen.sh
+++ b/daemon/autogen.sh
@@ -13,7 +13,7 @@ if test -z $PKGCONFIG; then
         # by configure, not autogen.sh
 fi
 
-LIBTOOLIZE=`which libtoolize`
+LIBTOOLIZE=`which libtoolize || which glibtoolize`
 if test -z $LIBTOOLIZE; then
         echo "*** No libtool found, please install it ***"
         exit 1