From 7fb1ff12536afc36fc6fcbf1e6bf971a0fca4bcc Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Thu, 30 Mar 2006 03:46:56 +0000 Subject: [PATCH] configure.ac: Better empty string test fix for "Fixes to how we figure out what API to ignore" Original commit message from CVS: * configure.ac: Better empty string test fix for "Fixes to how we figure out what API to ignore" --- ChangeLog | 6 ++++++ common | 2 +- configure.ac | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 91b8465135..e501f43148 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-29 David I. Lehn + + * configure.ac: + Better empty string test fix for "Fixes to how we figure out what API + to ignore" + 2006-03-24 Edward Hervey * configure.ac: diff --git a/common b/common index 252846b570..45cc64e522 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 252846b570144570a0aee25b5adefbfac3f5d4eb +Subproject commit 45cc64e522d61410eb8d1a3e7ef67569851cd77a diff --git a/configure.ac b/configure.ac index faf1e14983..14062862cf 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ dnl The following lines should be updated whenever: dnl _ GST_REQ is up-ed (remove obsolete lines + gst-0.10.MINOR.ignore) dnl _ new core/base is released (add lines + gst-0.10.MINOR.ignore) -if test $GST_CVS_VERSION -eq "" +if test "x$GST_CVS_VERSION" = "x" then if test $GST_MINOR_VERSION -lt "3" then