Browse Source

remove vestigial cruft

David Rose 23 years ago
parent
commit
99b4a8ec5d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      pandatool/src/configfiles/pandatool.init

+ 0 - 2
pandatool/src/configfiles/pandatool.init

@@ -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