summaryrefslogtreecommitdiff
path: root/m4/libFLAC.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/libFLAC.m4')
-rw-r--r--m4/libFLAC.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/libFLAC.m4 b/m4/libFLAC.m4
index 9ecf8dd51..7ad896b05 100644
--- a/m4/libFLAC.m4
+++ b/m4/libFLAC.m4
@@ -5,7 +5,7 @@ dnl AM_PATH_LIBFLAC([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libFLAC, and define LIBFLAC_CFLAGS and LIBFLAC_LIBS
dnl
AC_DEFUN([AM_PATH_LIBFLAC],
-[dnl
+[dnl
dnl Get the cflags and libraries
dnl
AC_ARG_WITH(libFLAC-prefix, AS_HELP_STRING([--with-libFLAC-prefix=DIR], [prefix where libFLAC is installed (optional)]), libFLAC_prefix="$withval", libFLAC_prefix="")
@@ -71,7 +71,7 @@ int main ()
if test "x$no_libFLAC" = "x" ; then
AC_MSG_RESULT(yes)
- ifelse([$1], , :, [$1])
+ ifelse([$1], , :, [$1])
else
AC_MSG_RESULT(no)
if test -f conf.libFLACtest ; then