diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-11 16:25:45 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-11 16:25:45 +0000 |
commit | eb59e0fd0cdd41bb0b086471b3a433b71b5562aa (patch) | |
tree | 23e3534a37b4df0a2da98d51eb67aece92fbacb9 /m4/gst-libxml2.m4 | |
parent | 0ad93d3738d8d3f43482073d5d2ef372dfb41fa7 (diff) |
fix gettext/automake problem fix underquoted macros
Original commit message from CVS:
fix gettext/automake problem
fix underquoted macros
Diffstat (limited to 'm4/gst-libxml2.m4')
-rw-r--r-- | m4/gst-libxml2.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gst-libxml2.m4 b/m4/gst-libxml2.m4 index 15db0e0..0700109 100644 --- a/m4/gst-libxml2.m4 +++ b/m4/gst-libxml2.m4 @@ -1,4 +1,4 @@ -AC_DEFUN(GST_LIBXML2_CHECK, +AC_DEFUN([GST_LIBXML2_CHECK], [ dnl Minimum required version of libxml2 LIBXML2_REQ="2.4.0" |