Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1123)

Unified Diff: configure.in

Issue 1720046: Waveform Implements the smooth drawing of waveforms in lilypond. (Closed)
Patch Set: Created 14 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lily/include/lily-guile.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: configure.in
diff --git a/configure.in b/configure.in
index 7c62b48bfaf0cb36ae8fb263468041abb71bdbd6..fc301eb40a18a8fbda2bd607d5a89b1f6c21f8e7 100644
--- a/configure.in
+++ b/configure.in
@@ -93,6 +93,13 @@ AC_LANG([C++])
STEPMAKE_PYTHON(REQUIRED, 2.4)
STEPMAKE_GCC(REQUIRED, 3.4)
+# For waveforms
+AC_CHECK_LIB(glpk,glp_simplex,,libglpk=no)
+if test "$libglpk" = "no"; then
+ warn='glpk'
+ STEPMAKE_ADD_ENTRY(REQUIRED, $warn)
+fi
+
STEPMAKE_CXX(REQUIRED)
STEPMAKE_GXX(REQUIRED, 3.4)
STEPMAKE_CXXTEMPLATE
« no previous file with comments | « no previous file | lily/include/lily-guile.hh » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b