mirror of
https://github.com/profanity-im/profanity.git
synced 2025-07-24 14:54:22 -04:00
Added libtool check in configure.ac
This commit is contained in:
parent
16650b0dea
commit
9112b0003d
@ -23,4 +23,4 @@ install:
|
||||
- rm -rf cmocka-0.4.1
|
||||
- ./bootstrap.sh
|
||||
- ruby test.rb
|
||||
script: ./configure --disable-ruby-plugins --enable-python-plugins --enable-c-plugins --disable-lua-plugins && make && make check
|
||||
script: ./configure --enable-ruby-plugins --enable-python-plugins --enable-c-plugins --disable-lua-plugins && make && make check
|
||||
|
@ -10,6 +10,7 @@ AX_PREFIX_CONFIG_H([src/prof_config.h], [PROF], [src/config.h])
|
||||
|
||||
### Checks for programs.
|
||||
AC_PROG_CC
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
### Get canonical host
|
||||
AC_CANONICAL_HOST
|
||||
|
Loading…
x
Reference in New Issue
Block a user