Fix output file ethumb.pc when some optional modules are disabled.

SVN revision: 40839
This commit is contained in:
Rafael Antognolli 2009-05-26 20:32:30 +00:00
parent 7b7ece4046
commit c5ab8f1f8c
1 changed files with 1 additions and 2 deletions

View File

@ -122,8 +122,6 @@ AC_DEFUN([AC_ETH_OPTIONAL_MODULE],
MODNAME=false
fi
USE_MODULE_[]MODNAME=[$]MODNAME
_XTERM_COLORS
# Check list for optional module $1
@ -157,6 +155,7 @@ echo
AM_CONDITIONAL(USE_MODULE_[]MODNAME, test x[$]MODNAME = xtrue)
AC_SUBST(USE_MODULE_[]MODNAME)
USE_MODULE_[]MODNAME=[$]MODNAME
m4_popdef([HELP_STR])dnl
m4_popdef([DISABLE_HELP])dnl