Removed unneeded files

parent cc14b9f9
This diff is collapsed.
This diff is collapsed.
...@@ -11,19 +11,9 @@ AM_PROG_CC_C_O ...@@ -11,19 +11,9 @@ AM_PROG_CC_C_O
SGX_INIT() SGX_INIT()
gmpdir=${PWD}/gmp_build gmpdir=${PWD}/gmp-build
tgmpdir=${PWD}/tgmp_build tgmpdir=${PWD}/tgmp-build
AC_ARG_WITH([gmpdir],
AC_HELP_STRING([--with-gmpdir=PATH], [specify the libgmp directory]),
gmpdir=$withval
)
AC_ARG_WITH([trusted-gmpdir],
AC_HELP_STRING([--with-trusted-gmpdir=PATH], [the trusted libgmp directory (default: gmp directory)]),
tgmpdir=$withval,
tgmpdir=$gmpdir
)
AS_IF([test "$gmpdir" != ""], [ AS_IF([test "$gmpdir" != ""], [
AC_SUBST([GMP_CPPFLAGS], [-I$gmpdir/include]) AC_SUBST([GMP_CPPFLAGS], [-I$gmpdir/include])
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment