Skip to content

Commit b29cbb1

Browse files
author
Jiwen Cai
committed
a small typo to be fixed
1 parent 6538c80 commit b29cbb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5862,7 +5862,7 @@ MOZ_ARG_ENABLE_BOOL(ccnx,
58625862
MOZ_CCNX=1,
58635863
MOZ_CCNX=)
58645864

5865-
if test "$MOZ_GSTREAMER"; then
5865+
if test "$MOZ_CCNX"; then
58665866
if test -n "$CCNX_LIBS"; then
58675867
CCNX_LIBS=-lccn -lcrypto -lz
58685868
fi

configure.in.ccnx.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ index a126f6b..eda06dd 100644
2727
+MOZ_CCNX=1,
2828
+MOZ_CCNX=)
2929
+
30-
+if test "$MOZ_GSTREAMER"; then
30+
+if test "$MOZ_CCNX"; then
3131
+ if test -n "$CCNX_LIBS"; then
3232
+ CCNX_LIBS=-lccn -lcrypto -lz
3333
+ fi

0 commit comments

Comments
 (0)