Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
58bfd193
Commit
58bfd193
authored
Dec 20, 2007
by
Miller Puckette
Browse files
fix config bug
parent
05b4b22c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/configure.in
View file @
58bfd193
...
...
@@ -101,10 +101,6 @@ fi
dnl look for tcl 8.x... do I really have to go through all this!?
if test x$tk != "xno"; then
GUISRC="t_main.c t_tkcmd.c"
fi
foundit=no
if test $foundit = "no";
then
...
...
@@ -171,6 +167,12 @@ AC_CHECK_LIB(tk85, main,,
echo no tk library found; exit 1)))))))
if test x$tk != "xno"; then
GUISRC="t_main.c t_tkcmd.c"
else
GUISRC=
fi
if test `uname -s` = Linux;
then
dnl Ckecking for ALSA
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment