From 7adc94ffdde38b7891f0971c369fa681825b7733 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 19 May 2002 22:16:46 +0000 Subject: [PATCH] []-less is apparently the way to go git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11009 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/broken2.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/broken2.m4 b/cf/broken2.m4 index 01d7e698c..5558b780d 100644 --- a/cf/broken2.m4 +++ b/cf/broken2.m4 @@ -11,7 +11,7 @@ AC_CACHE_VAL(ac_cv_func_[]$1, /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ -#if defined (__stub_[]$1) || defined (__stub___[]$1) +#if defined (__stub_$1) || defined (__stub___$1) choke me #else $1($3)