Use 'if test' for checking auto* variables' values
authorRodrigo Moya <rodrigo@gnome-db.org>
Wed, 4 Apr 2012 09:55:40 +0000 (11:55 +0200)
committerRodrigo Moya <rodrigo@gnome-db.org>
Wed, 4 Apr 2012 09:55:40 +0000 (11:55 +0200)
configure.ac

index cbd868d..cf24f39 100644 (file)
@@ -3350,7 +3350,7 @@ g_pollnval=$glib_cv_value_POLLNVAL
 # This is needed because glib-mkenums doesn't handle optional
 # values in enums, and thus we have to have all existing values
 # defined in the enum.
-if "x$glib_cv_value_AF_UNIX" != "x"; then
+if test "x$glib_cv_value_AF_UNIX" != "x"; then
   g_af_unix=$glib_cv_value_AF_UNIX
 else
   g_af_unix=-1