shithub: sox

Download patch

ref: 53ed54677948b1fec4c60b487e4f9f9d04fd25bf
parent: 80688834cfcbcb576a63499423192e02b527dbd6
author: robs <robs>
date: Tue Aug 12 02:33:16 EDT 2008

restore check

--- a/src/sox.c
+++ b/src/sox.c
@@ -946,7 +946,7 @@
 
   if (sox_globals.verbosity > 3) {
     fprintf(file, "time:  %s %s\n", __DATE__, __TIME__);
-#if 1
+#if HAVE_DISTRO
     fprintf(file, "issue: %s\n", DISTRO);
 #endif
 #if HAVE_SYS_UTSNAME_H