Skip to content

Commit 4ba653e

Browse files
committed
gst-package.m4: Address warnings from autoconf about quotes
Fixes: configure.ac:620: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: variable $i not set, proceeding as if \"no\" build-aux/gst-package.m4:59: GST_PACKAGE_ENABLE is expanded from...
1 parent 7456c7a commit 4ba653e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-03-17 Holger Hans Peter Freyther <[email protected]>
2+
3+
* build-aux/gst-package.m4: Do not escape quotes in the macro.
4+
15
2024-03-16 Holger Hans Peter Freyther <[email protected]>
26

37
* configure.ac: Drop executable stacks on macos.

build-aux/gst-package.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ EOF
107107
no* )
108108
exit 1 ;;
109109
bad )
110-
AC_MSG_WARN([variable $i not set, proceeding as if \"no\"])
110+
AC_MSG_WARN([variable $i not set, proceeding as if "no"])
111111
exit 1 ;;
112112
esac
113113
done)

0 commit comments

Comments
 (0)