Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
abd18807
Commit
abd18807
authored
Apr 17, 2006
by
Mikko Paavonen
Browse files
Fixed --without-sigcomp
darcs-hash:20060417034300-ba75a-57875781ccaf89179dd323b95a206a6e651a792d.gz
parent
674d522c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
m4/sac-tport.m4
m4/sac-tport.m4
+1
-1
No files found.
m4/sac-tport.m4
View file @
abd18807
...
...
@@ -7,7 +7,7 @@ AC_ARG_WITH(sigcomp,
[ --with-sigcomp=dir use Sofia SigComp package (not used by default)],,
with_sigcomp=no)
if test -n "${with_sigcomp}" ; then
if test -n "${with_sigcomp}"
&& test "${with_sigcomp}" != no
; then
if test "${with_sigcomp}" != yes ; then
CPPFLAGS="-I${with_sigcomp}/include $CPPFLAGS"
LIBS="-L${with_sigcomp}/lib -lsigcomp $LIBS"
...
...
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