Skip to content
Snippets Groups Projects
Commit 58bfd193 authored by Miller Puckette's avatar Miller Puckette
Browse files

fix config bug

parent 05b4b22c
No related branches found
No related tags found
No related merge requests found
...@@ -101,10 +101,6 @@ fi ...@@ -101,10 +101,6 @@ fi
dnl look for tcl 8.x... do I really have to go through all this!? 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 foundit=no
if test $foundit = "no"; if test $foundit = "no";
then then
...@@ -171,6 +167,12 @@ AC_CHECK_LIB(tk85, main,, ...@@ -171,6 +167,12 @@ AC_CHECK_LIB(tk85, main,,
echo no tk library found; exit 1))))))) 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; if test `uname -s` = Linux;
then then
dnl Ckecking for ALSA dnl Ckecking for ALSA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment