Skip to content

Commit fe74833

Browse files
committed
configure.ac: add LT_INIT for a few library config defaults
1 parent 4a6ee58 commit fe74833

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ AC_DISABLE_STATIC
3939
AC_PROG_LIBTOOL
4040
AC_PROG_CC
4141

42+
# Initialize libtool
43+
LT_INIT
44+
4245
m4_ifndef([XORG_MACROS_VERSION],
4346
[m4_fatal([you must install xorg-macros before running autoconf/autogen.
4447
Hint: either install from source, git://anongit.freedesktop.org/xorg/util/macros or,

0 commit comments

Comments
 (0)