aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@fh-muenster.de>2017-01-09 12:59:53 +0100
committerMichael Tuexen <tuexen@fh-muenster.de>2017-01-09 12:59:53 +0100
commit96f260630a906f42bd5e49fad532d22559b6e795 (patch)
tree2d9efcc07fa700cbfbd0b9595e278e038a09dc59 /configure.ac
parent8679f2b0bf063ac894dc473debefd61dbbebf622 (diff)
downloadusrsctp-96f260630a906f42bd5e49fad532d22559b6e795.tar.gz
Disable generation of usrsctp.pc for pkg_config.
Right now this would add a dependency to pkg-config, which is not indended.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 40f26266..cc179dbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,8 +36,9 @@ AC_PROG_LIBTOOL
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
-PKG_PROG_PKG_CONFIG
-PKG_INSTALLDIR
+dnl Disable pkg_config support for now
+dnl PKG_PROG_PKG_CONFIG
+dnl PKG_INSTALLDIR
LIBCFLAGS="-DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR -D__Userspace__"
APPCFLAGS=""
@@ -181,5 +182,5 @@ AC_C_BIGENDIAN
AC_SUBST([LIBCFLAGS])
AC_SUBST([APPCFLAGS])
-AC_CONFIG_FILES([usrsctp.pc])
+dnl AC_CONFIG_FILES([usrsctp.pc])
AC_OUTPUT(Makefile usrsctplib/Makefile programs/Makefile)