configure.ac: Better empty string test fix for "Fixes to how we figure out what API...
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Thu, 30 Mar 2006 03:46:56 +0000 (03:46 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Thu, 30 Mar 2006 03:46:56 +0000 (03:46 +0000)
Original commit message from CVS:
* configure.ac:
Better empty string test fix for "Fixes to how we figure out what API
to ignore"

ChangeLog
common
configure.ac

index 91b8465..e501f43 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/common b/common
index 252846b..45cc64e 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 252846b570144570a0aee25b5adefbfac3f5d4eb
+Subproject commit 45cc64e522d61410eb8d1a3e7ef67569851cd77a
index faf1e14..1406286 100644 (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