Changeset 1662
- Timestamp:
- Apr 5, 2007, 12:41:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r1603 r1662 325 325 # 326 326 echo -n "GTK+: " 327 if [ " $GTK" =no ]; then327 if [ "x$GTK" = xno ]; then 328 328 echo "disabled" 329 329 else 330 330 gtk_test 331 if [ "x$GTK" = xno ] && [ "x$SYSTEM" = xLinux ]; then 332 cat <<EOF 333 334 *** GTK+ was not found, transmission-gtk will NOT be built. If you 335 *** want to use the graphical version of Transmission" then you will 336 *** need to install GTK+ headers and libraries. Try installing looking 337 *** for a package called libgtk2.0-dev or gtk2-devel and installing 338 *** it, then re-running this script. 339 EOF 340 fi 331 341 fi 332 342
Note: See TracChangeset
for help on using the changeset viewer.