~cmiller/ubuntu/trusty/icewm/translations-cause-crash-lp447883

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Eduard Bloch
  • Date: 2010-04-29 21:45:34 UTC
  • mfrom: (3.1.25 maverick)
  • Revision ID: james.westby@ubuntu.com-20100429214534-ckfswqzwkwup249j
* New upstream preview release
* Minor packaging fixes
* Migrated to dpkg format 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
836
836
    
837
837
      if test "${PKG_CONFIG}" != ""; then
838
838
        GNOME_VER=2
839
 
        GNOME2_CFLAGS=`pkg-config --cflags gnome-desktop-2.0 libgnomeui-2.0`
840
 
        GNOME2_LIBS=`pkg-config --libs gnome-desktop-2.0 libgnomeui-2.0`
 
839
  GNOME2_CFLAGS=`pkg-config --cflags gnome-desktop-2.0 gnome-vfs-2.0 libgnomeui-2.0`
 
840
        GNOME2_LIBS=`pkg-config --libs gnome-desktop-2.0 gnome-vfs-2.0 libgnomeui-2.0`
841
841
 
842
842
        AC_DEFINE(CONFIG_GNOME_MENUS, 1, [Define to make IceWM more GNOME-friendly])
843
843