]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
libwebsocket inline configure
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 13 Aug 2012 19:29:04 +0000 (14:29 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 13 Aug 2012 19:29:04 +0000 (14:29 -0500)
configure.in
libs/libwebsockets/configure.gnu [new file with mode: 0644]

index 899b0b83c286b0d114075274d6e783fec7cfd8b3..fbbb24d2b1e1b019e4f1e2cf68434aaf6d35a022 100644 (file)
@@ -1092,6 +1092,7 @@ AC_CONFIG_SUBDIRS([libs/libcodec2])
 if test "x${enable_zrtp}" = "xyes"; then
    AC_CONFIG_SUBDIRS([libs/libzrtp/projects/gnu])
 fi
+AC_CONFIG_SUBDIRS([libs/libwebsockets])
 
 case $host in
    *-openbsd*)
diff --git a/libs/libwebsockets/configure.gnu b/libs/libwebsockets/configure.gnu
new file mode 100644 (file)
index 0000000..53c2045
--- /dev/null
@@ -0,0 +1,4 @@
+#! /bin/sh
+srcpath=$(dirname $0 2>/dev/null )  || srcpath="." 
+$srcpath/configure "$@" --disable-shared
+