summaryrefslogtreecommitdiff
path: root/m4/sanity.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/sanity.m4')
-rw-r--r--m4/sanity.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/sanity.m4 b/m4/sanity.m4
index 5e3b26dde..444443322 100644
--- a/m4/sanity.m4
+++ b/m4/sanity.m4
@@ -14,7 +14,7 @@ echo timestamp > conftestfile
# directory).
if (
set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
- if test "[$]@" = "X"; then
+ if test "[$]*" = "X"; then
# -L didn't work.
set X `ls -t $srcdir/configure conftestfile`
fi