mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-29 18:20:03 -04:00
check-curl: have some fallbacks ready if pkg-config is missing for uriparser tests
This commit is contained in:
parent
30bb78e681
commit
df5be47f84
1 changed files with 4 additions and 0 deletions
|
|
@ -73,6 +73,10 @@ AC_DEFUN([URIPARSER_CHECK],
|
|||
fi
|
||||
|
||||
unset _uriparser_wanted
|
||||
else
|
||||
dnl no pkg-config, ok, to our best and set some defaults
|
||||
URIPARSER_CPPFLAGS="-I/usr/include"
|
||||
URIPARSER="-luriparser -L/usr/lib -L/usr/lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/i686-linux-gnu"
|
||||
fi
|
||||
|
||||
if test $_uriparser_try_link = yes ; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue