diff options
Diffstat (limited to 'm4/gst-artsc.m4')
-rw-r--r-- | m4/gst-artsc.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/gst-artsc.m4 b/m4/gst-artsc.m4 index c0f683df..723041b8 100644 --- a/m4/gst-artsc.m4 +++ b/m4/gst-artsc.m4 @@ -10,8 +10,7 @@ dnl AC_DEFUN(GST_CHECK_ARTSC, [ AC_PATH_PROG(ARTSC_CONFIG, artsc-config, no) - if test x$ARTSC_CONFIG = xno; then - if test x$ARTSC_CONFIG = xno; then + if test "x$ARTSC_CONFIG" = "xno"; then AC_MSG_WARN([Couldn't find artsc-config]) HAVE_ARTSC=no ARTSC_LIBS= |