]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix bad pkg-conf call
authorKern Sibbald <kern@sibbald.com>
Fri, 24 Oct 2003 09:48:51 +0000 (09:48 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 24 Oct 2003 09:48:51 +0000 (09:48 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@768 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/configure.in
bacula/configure
bacula/kernstodo

index 8a1050ac29fe4a6e711ca03d92b9cf79a79a49fe..8eca027d8eb0e911497fe259c43c12b85c493816 100644 (file)
@@ -172,7 +172,7 @@ if test x$support_gnome = xyes; then
   pkg=$?
   if test $pkg = 0; then
      GNOME_INCLUDEDIR=`pkg-config --cflags-only-I libgnomeui-2.0`
-     GNOMEUI_LIBS=`pkg-config --libs-only libgnomeui-2.0`
+     GNOMEUI_LIBS=`pkg-config --libs-only-l libgnomeui-2.0`
      GNOME_LIBDIR=`pkg-config --libs libgnomeui-2.0`
      GNOME_LIBS=`pkg-config --libs-only-l libgnomeui-2.0`
      AC_SUBST(GNOME_INCLUDEDIR)
index 97e611b3988f8c5548014c003fbe017a232aaddf..0c00614963e630e411ec7737adb261a4aa9b0b53 100755 (executable)
@@ -4341,7 +4341,7 @@ if test x$support_gnome = xyes; then
   pkg=$?
   if test $pkg = 0; then
      GNOME_INCLUDEDIR=`pkg-config --cflags-only-I libgnomeui-2.0`
-     GNOMEUI_LIBS=`pkg-config --libs-only libgnomeui-2.0`
+     GNOMEUI_LIBS=`pkg-config --libs-only-l libgnomeui-2.0`
      GNOME_LIBDIR=`pkg-config --libs libgnomeui-2.0`
      GNOME_LIBS=`pkg-config --libs-only-l libgnomeui-2.0`
 
index 15001d4f4e6d1a3eb4227e13c1cecc11a11b7dc6..2c3436867c7844626d3ab20a1e6bec59cc10b8c0 100644 (file)
@@ -39,6 +39,8 @@ For 1.33 Testing/Documentation:
 For 1.32c
 
 For 1.33
+- Fix time difference problem between Bacula and Client
+  so that everything is in GMT.
 - Finish implementation of Verify=DiskToCatalog
 - Change console to bconsole.
 - Change smtp to bsmtp.
@@ -1063,4 +1065,3 @@ Done: (see kernsdone for more)
 - Document delete job command.
 - Document update volume pool and other command line keywords.
 - Add VerifyJob to "run" summary (yes/mod/no) prompt.
-