ref: b148491263c163e034ad9b003a32956a3c5c5b43
parent: f03c9e7423d90f054620dfb87bdfe7c0b5344ac8
author: cbagwell <cbagwell>
date: Tue Dec 23 22:17:07 EST 2008
Fix mismatch between configure and Makefile.
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -285,7 +285,7 @@
if HAVE_MAGIC
libsox_la_LIBADD += @MAGIC_LIBS@
endif
-if HAVE_GOMP
+if HAVE_OPENMP
libsox_la_LIBADD += @GOMP_LIBS@
endif