aboutsummaryrefslogtreecommitdiff
path: root/gprof/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/configure.in')
-rw-r--r--gprof/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gprof/configure.in b/gprof/configure.in
index 495dfc3..d75454c 100644
--- a/gprof/configure.in
+++ b/gprof/configure.in
@@ -10,7 +10,9 @@ AC_ARG_PROGRAM
case "${target}" in
alpha-*-*) MY_TARGET=alpha ;;
+changequote(,)dnl
i[345]86-*-*) MY_TARGET=i386 ;;
+changequote([,])dnl
sparc-*-*) MY_TARGET=sparc ;;
tahoe-*-*) MY_TARGET=tahoe ;;
vax-*-*) MY_TARGET=vax ;;