From 57971d8942669e4290cc1e24bdbe892780f4120c Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Fri, 22 Mar 2002 15:07:44 +0000 Subject: Fix a "test: argument expected" error on solaris with /bin/sh CVS patchset: 1614 CVS date: 2002/03/22 15:07:44 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2be9410ec..8402387d2 100644 --- a/configure.in +++ b/configure.in @@ -878,7 +878,7 @@ AC_CHECK_PROG(DOXYGEN, doxygen, doxygen, no) dnl dnl It seems automake 1.5 don't take care about this script dnl -if test ! -z $am_depcomp; then +if test ! -z "$am_depcomp"; then DEPCOMP="depcomp" fi AC_SUBST(DEPCOMP) -- cgit v1.2.3