aboutsummaryrefslogtreecommitdiff
path: root/libmudflap/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'libmudflap/configure.ac')
-rw-r--r--libmudflap/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmudflap/configure.ac b/libmudflap/configure.ac
index 039ff4e..51ed6e3 100644
--- a/libmudflap/configure.ac
+++ b/libmudflap/configure.ac
@@ -241,7 +241,7 @@ AC_SUBST(SECTION_FLAGS)
AC_CACHE_CHECK([for the name of the symbol used for the entry point],
[mudflap_cv_entry_point], [
for name in _start __start unknown; do
- AC_LINK_IFELSE([AC_LANG_PROGRAM([extern char $name;], [$name = 0;])],
+ AC_LINK_IFELSE([AC_LANG_PROGRAM([extern char $name@<:@@:>@;], [$name@<:@0@:>@ = 0;])],
[break])
done
mudflap_cv_entry_point="$name"])