mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
configure.ac: if present glib-2.14 and higher, libpcre don't linked
This commit is contained in:
parent
2276e9b513
commit
7ec7294713
@ -345,7 +345,11 @@ linux*)
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
AX_PATH_LIB_PCRE
|
$PKG_CONFIG --max-version 2.14 glib-2.0
|
||||||
|
if test $? -eq 0
|
||||||
|
then
|
||||||
|
AX_PATH_LIB_PCRE
|
||||||
|
fi
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl Check nroff and the options it supports
|
dnl Check nroff and the options it supports
|
||||||
|
Loading…
Reference in New Issue
Block a user