jacksonlcrews / darkice

Automatically exported from code.google.com/p/darkice
0 stars 0 forks source link

message inconsistent when libsamplerate not found + FIX #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build without libsamplerate
2. ./configure 
3.

What is the expected output? What do you see instead?
- text consistency

What version of the product are you using? On what operating system?
HEAD

Please provide any additional information below.

diff -u configure.in.org configure.in
--- configure.in.org    2010-12-27 15:15:22.582913442 +0100
+++ configure.in    2010-12-27 15:18:54.992919354 +0100
@@ -368,7 +368,7 @@
         SRC_LDFLAGS="-L${SRC_LIB_LOC} -lsamplerate"
         AC_MSG_RESULT( [found at ${CONFIG_SRC_PREFIX}] )
     else
-        AC_MSG_WARN( [not found, building libsamplerate support])
+        AC_MSG_WARN( [not found, building without libsamplerate support])
     fi
 else
     AC_MSG_RESULT( [building without libsamplerate support] )

Original issue reported on code.google.com by oetelaar.automatisering on 27 Dec 2010 at 2:22

GoogleCodeExporter commented 9 years ago

Original comment by oetelaar.automatisering on 16 May 2013 at 10:19