remove vestigial cruft
This commit is contained in:
parent
d2425ca4f7
commit
99b4a8ec5d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue