Replace obsolote macros

This commit is contained in:
Ervin Hegedus
2024-02-25 20:28:12 +01:00
parent 6b8956e0bb
commit b7a4a4428c
10 changed files with 240 additions and 34 deletions

View File

@@ -18,7 +18,7 @@ AC_DEFUN([CHECK_CURL],
AC_ARG_WITH(
curl,
[AC_HELP_STRING([--with-curl=PATH],[Path to curl prefix or config script])],
[AS_HELP_STRING([--with-curl=PATH],[Path to curl prefix or config script])],
[test_paths="${with_curl}"],
[test_paths="/usr/local/libcurl /usr/local/curl /usr/local /opt/libcurl /opt/curl /opt /usr"])