From: Matthew Newton Date: Fri, 30 Sep 2022 20:36:28 +0000 (+0100) Subject: expand missing variables X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb9e28969a6d578098cafea0d1f1e6085a99e0ae;p=thirdparty%2Ffreeradius-server.git expand missing variables --- diff --git a/src/modules/rlm_sigtran/configure.ac b/src/modules/rlm_sigtran/configure.ac index 5e12ae1fe38..0b4d11c1835 100644 --- a/src/modules/rlm_sigtran/configure.ac +++ b/src/modules/rlm_sigtran/configure.ac @@ -89,7 +89,7 @@ if test x$with_[]modname != xno; then if test "x$ac_cv_lib_sccp_sccp_connection_connect" != "xyes" -a "x$ac_cv_lib_osmo_sccp_sccp_connection_connect" != "xyes" then AC_MSG_WARN([libsccp libraries not found. Use --with-sigtran-lib-dir=.]) - fail="$fail lib$NAMESCCP" + fail="$fail libsccp" fi FR_SMART_PKGCONFIG_LIB([libosmo-xua], "${sigtran_lib_dir}") @@ -97,7 +97,7 @@ if test x$with_[]modname != xno; then if test "x$ac_cv_lib_xua_xua_msg_alloc" != "xyes" -a "x$ac_cv_lib_osmo_xua_xua_msg_alloc" != "xyes" then AC_MSG_WARN([libxua libraries not found. Use --with-sigtran-lib-dir=.]) - fail="$fail lib$NAMEXUA" + fail="$fail libxua" fi FR_SMART_PKGCONFIG_LIB([libosmo-mtp], "${sigtran_lib_dir}") @@ -105,7 +105,7 @@ if test x$with_[]modname != xno; then if test "x$ac_cv_lib_mtp_mtp_pcap_write_header" != "xyes" -a "x$ac_cv_lib_osmo_mtp_mtp_pcap_write_header" != "xyes" then AC_MSG_WARN([libmtp libraries not found. Use --with-sigtran-lib-dir=.]) - fail="$fail lib$NAMEMTP" + fail="$fail libmtp" fi targetname=modname else