Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
6c900953
Commit
6c900953
authored
Oct 28, 2013
by
Philip Withnall
Committed by
Olivier Crête
Oct 29, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Update configure.ac according to autoupdate
https://bugs.freedesktop.org/show_bug.cgi?id=70965
parent
1432e9ae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
configure.ac
configure.ac
+7
-7
No files found.
configure.ac
View file @
6c900953
...
...
@@ -3,10 +3,10 @@ AC_PREREQ(2.59c)
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT(
libnice, 0.1.4.1
)
AC_INIT(
[libnice],[0.1.4.1]
)
LIBNICE_RELEASE="no"
AC_CANONICAL_
SYSTEM
AC_CANONICAL_
TARGET
AC_CONFIG_SRCDIR([agent/agent.c])
AC_CONFIG_HEADER([config.h])
...
...
@@ -56,7 +56,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],
AC_PROG_CC
AM_PROG_AR
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_LIBTOOL
LT_INIT
# Check Operating System
AC_MSG_CHECKING([operating system])
...
...
@@ -116,12 +116,12 @@ PKG_CHECK_MODULES(GLIB, [dnl
])
AC_ARG_WITH(gstreamer,
A
C_HELP_STRING([--with-gstreamer],
[build GStreamer plugin]),
A
S_HELP_STRING([--with-gstreamer],
[build GStreamer plugin]),
[with_gstreamer=${withval}],
[with_gstreamer=auto])
AC_ARG_WITH(gstreamer-0.10,
A
C_HELP_STRING([--with-gstreamer-0.10],
[build GStreamer 0.10 plugin]),
A
S_HELP_STRING([--with-gstreamer-0.10],
[build GStreamer 0.10 plugin]),
[with_gstreamer010=${withval}],
[with_gstreamer010=auto])
...
...
@@ -174,7 +174,7 @@ AM_CONDITIONAL(WITH_GSTREAMER010, test "$with_gstreamer010" = yes)
GUPNP_IGD_REQUIRED=0.1.2
AC_ARG_ENABLE([gupnp],
A
C_HELP_STRING([--disable-gupnp],
[Disable GUPnP IGD support]),
A
S_HELP_STRING([--disable-gupnp],
[Disable GUPnP IGD support]),
[case "${enableval}" in
yes) WANT_GUPNP=yes ;;
no) WANT_GUPNP=no ;;
...
...
@@ -189,7 +189,7 @@ if test "x$WANT_GUPNP" != "xno"; then
[ HAVE_GUPNP=no ])
fi
if test "x$WANT_GUPNP" = "xyes" && test "x$HAVE_GUPNP" = "xno"; then
AC_
ERROR([Requested GUPnP IGD, but it is not available]
)
AC_
MSG_ERROR(Requested GUPnP IGD, but it is not available
)
fi
if test "x$HAVE_GUPNP" = "xyes"; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment