aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/configure.in b/epan/configure.in
index 748b152503..08b15309a6 100644
--- a/epan/configure.in
+++ b/epan/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.30 2002/10/06 18:18:43 jmayer Exp $
+# $Id: configure.in,v 1.31 2002/10/09 22:58:51 jmayer Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -14,6 +14,7 @@ AC_INIT(epan.c)
AC_PREREQ(2.13)
dnl Check for CPU / vendor / OS
+AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(libethereal.a, 0.9.7)