]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
expand missing variables
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 30 Sep 2022 20:36:28 +0000 (21:36 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Sun, 2 Oct 2022 17:08:23 +0000 (18:08 +0100)
src/modules/rlm_sigtran/configure.ac

index 5e12ae1fe389ffc818d45f31de01b1bd826731e5..0b4d11c1835c2d11a0da237c57c5a1184a55ab27 100644 (file)
@@ -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=<path>.])
-      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=<path>.])
-      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=<path>.])
-      fail="$fail lib$NAMEMTP"
+      fail="$fail libmtp"
     fi
     targetname=modname
 else