+2005-01-15 Tor Lillqvist <tlillqvist@novell.com>
+
+ * configure.in: sh portability fix. Use "test" and not [.
+ (#163144, Robert Ögren)
+
2005-01-13 Matthias Clasen <mclasen@redhat.com>
* glib/gqsort.c: Sync to glibc. (#133994, Morten Welinder,
+2005-01-15 Tor Lillqvist <tlillqvist@novell.com>
+
+ * configure.in: sh portability fix. Use "test" and not [.
+ (#163144, Robert Ögren)
+
2005-01-13 Matthias Clasen <mclasen@redhat.com>
* glib/gqsort.c: Sync to glibc. (#133994, Morten Welinder,
+2005-01-15 Tor Lillqvist <tlillqvist@novell.com>
+
+ * configure.in: sh portability fix. Use "test" and not [.
+ (#163144, Robert Ögren)
+
2005-01-13 Matthias Clasen <mclasen@redhat.com>
* glib/gqsort.c: Sync to glibc. (#133994, Morten Welinder,
+2005-01-15 Tor Lillqvist <tlillqvist@novell.com>
+
+ * configure.in: sh portability fix. Use "test" and not [.
+ (#163144, Robert Ögren)
+
2005-01-13 Matthias Clasen <mclasen@redhat.com>
* glib/gqsort.c: Sync to glibc. (#133994, Morten Welinder,
if test "$glib_native_win32" = "yes"; then
AC_CHECK_TOOL(NM, nm, no)
- if [ "$NM" = no ]; then
+ if test "$NM" = no; then
AC_MSG_ERROR([*** Could not find an implementation of nm in your PATH.])
fi
AC_CHECK_TOOL(RANLIB, ranlib, :)