9 lines
342 B
Diff
9 lines
342 B
Diff
--- a/libs/sofia-sip/configure.gnu
|
|
+++ b/libs/sofia-sip/configure.gnu
|
|
@@ -1,4 +1,4 @@
|
|
#! /bin/sh
|
|
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
|
-$srcpath/configure "$@" --with-pic --with-glib=no --disable-shared --without-doxygen --disable-stun
|
|
+$srcpath/configure "$@" --with-pic --with-glib=no --disable-shared --without-doxygen
|
|
|