remove libosmo-sccp dependency; depend on libosmo-sigtran only

This follows the removal of the libsccp.a and the pkg-config
libosmo-sccp.pc from libosmo-sccp.git

Change-Id: Icacbc75d0cb3fac1920399e261ba4318221f3160
This commit is contained in:
Harald Welte
2024-09-10 09:49:56 +02:00
parent ccfd8e40ea
commit 74450e80ea
3 changed files with 10 additions and 2 deletions

View File

@@ -41,7 +41,6 @@ PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.9.0)
PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.9.0)
dnl checks for header files
AC_HEADER_STDC