shithub: sox

Download patch

ref: 6170214e0343a05d0dceb4c7e43add298a2d5958
parent: 3fc06b82fbb35653411a9899f1da2177a7f20326
author: rrt <rrt>
date: Sun Sep 9 22:08:39 EDT 2007

Fix comment syntax and improve some formatting.

--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@
 
 using_libltdl=no
 if test "$with_libltdl" != "no"; then
-    # Disable libltdl support when building only static libraries
+    dnl Disable libltdl support when building only static libraries
     if test "$enable_shared" != "no"; then
         using_libltdl=yes
     fi
@@ -42,8 +42,7 @@
 if test "$using_libltdl" != "no"; then
   AC_SUBST(LIBLTDL)
   AC_SUBST(LTDLINCL)
-  AC_CHECK_HEADERS(ltdl.h, AC_DEFINE([HAVE_LIBLTDL], 1, [Define to 1 if you have LIBLTDL.]), [using_libltdl=no])
-
+  AC_CHECK_HEADERS(ltdl.h, AC_DEFINE([HAVE_LIBLTDL], 1, [Define to 1 if you have libltdl]), [using_libltdl=no])
 fi
 AM_CONDITIONAL(HAVE_LIBLTDL, test x$using_libltdl = xyes)