build: avoid calling undefined macro.

This line was reporting "command not found" and should not be a
problem, as there's a check for the same thing later on.

Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
This commit is contained in:
Diego Elio Pettenò 2012-06-29 13:01:23 -07:00 committed by Harald Welte
parent 8dd81fa31f
commit 001ef7ea4d
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ AC_PROG_CC
AC_PROG_INSTALL
LT_INIT
AC_PROG_LIBTOOL
CHECK_GCC_FVISIBILITY
AC_CONFIG_MACRO_DIR([m4])