remove vestigial cruft

This commit is contained in:
David Rose 2003-02-28 23:40:10 +00:00
parent d2425ca4f7
commit 99b4a8ec5d

View File

@ -1,3 +1 @@
ATTACH panda
DOCSH if { \which gtkmm-config >& /dev/null } setenv HAVE_GTK yes
DOSH if which gtkmm-config >/dev/null 2>&1; then HAVE_GTK="yes"; export HAVE_GTK; fi