diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index fdf17c864..15e5fe25c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009, 2010 Free Software Foundation, Inc. # # This file is part of nsmux. # @@ -35,7 +35,11 @@ AM_INIT_AUTOMAKE( AC_PROG_CC -AC_PROG_CC_C_O +AM_PROG_CC_C_O +AC_PROG_RANLIB + + +AC_CHECK_TOOL([MIG], [mig], [mig]) AC_CONFIG_HEADERS([config.h]) |