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"
This commit is contained in:
David I. Lehn 2006-03-30 03:46:56 +00:00
parent 183e0f7210
commit 7fb1ff1253
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2006-03-29 David I. Lehn <dlehn@users.sourceforge.net>
* configure.ac:
Better empty string test fix for "Fixes to how we figure out what API
to ignore"
2006-03-24 Edward Hervey <edward@fluendo.com>
* configure.ac:

2
common

@ -1 +1 @@
Subproject commit 252846b570144570a0aee25b5adefbfac3f5d4eb
Subproject commit 45cc64e522d61410eb8d1a3e7ef67569851cd77a

View file

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