mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-22 08:10:42 +02:00
Fixed wrong libtoolize presence check.
This commit is contained in:
parent
a19c3d2e8b
commit
875891e823
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ fi
|
|||
}
|
||||
|
||||
LIBTOOLIZE=`which libtoolize`
|
||||
if test -n $LIBTOOLIZE; then
|
||||
if ! test -f $LIBTOOLIZE; then
|
||||
LIBTOOLIZE=`which glibtoolize`
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue