diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1cce91e1bd..772ddeb12a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -181,7 +181,6 @@ stages: --disable-maintainer-mode \ --enable-developer \ --with-libtool \ - --disable-static \ --with-cmocka \ --with-libxml2 \ --with-json-c \ diff --git a/configure.ac b/configure.ac index 6a651da2e5..4b2bb2815e 100644 --- a/configure.ac +++ b/configure.ac @@ -110,7 +110,7 @@ AC_PROG_MAKE_SET # Checks for programs. m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # call AM_PROG_AR only if available -AC_PROG_LIBTOOL +AC_PATH_PROG([LIBTOOL], [libtool]) AS_IF([test -z "$LIBTOOL"], [AC_MSG_ERROR([The libtool script could not be found.])]) AC_PROG_INSTALL