[]-less is apparently the way to go

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11009 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-05-19 22:16:46 +00:00
parent d1424f6545
commit 7adc94ffdd

View File

@@ -11,7 +11,7 @@ AC_CACHE_VAL(ac_cv_func_[]$1,
/* The GNU C library defines this for functions which it implements /* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */ 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 choke me
#else #else
$1($3) $1($3)