Skip to content

Commit

Permalink
Add --enable-distrib and --enable-coverage options
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Mar 11, 2018
1 parent 9f7f522 commit 51db661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ SECURITY_VERSION=$SECURITY_MAJOR_VERSION.$SECURITY_MINOR_VERSION.$SECURITY_MICRO
AM_GNAT_CHECK_GPRBUILD

# checking for local tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_PROG_LN_S
Expand All @@ -56,6 +55,8 @@ AC_CHECK_PROG(HAVE_DYNAMO,dynamo,yes)
# Check to enable/disable shared library
##########################################
AM_SHARED_LIBRARY_SUPPORT
AM_DISTRIB_SUPPORT
AM_COVERAGE_SUPPORT

##########################################
# Ada Util library
Expand Down

0 comments on commit 51db661

Please sign in to comment.