mirror of
https://github.com/znc/znc.git
synced 2026-08-12 11:52:57 +02:00
configure.ac: Move the pkg_config check upwards to allow using it earlier.
This commit is contained in:
+2
-1
@@ -89,6 +89,8 @@ case "${host_os}" in
|
||||
;;
|
||||
esac
|
||||
|
||||
PKG_PROG_PKG_CONFIG()
|
||||
|
||||
AC_ARG_WITH( [openssl],
|
||||
AS_HELP_STRING([--with-openssl=DIR], [openssl installation prefix]),
|
||||
[OPENSSL=$withval],)
|
||||
@@ -201,7 +203,6 @@ fi
|
||||
|
||||
AC_CHECK_LIB( gnugetopt, getopt_long,)
|
||||
AC_CHECK_FUNCS([lstat getopt_long getphassphrase])
|
||||
PKG_PROG_PKG_CONFIG()
|
||||
|
||||
# ----- Check for dlopen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user