Remove stray references to OATH.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/branches/nooath@906 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2017-01-18 09:34:34 +00:00
parent 4be13a4e6c
commit 646005f031
1 changed files with 0 additions and 13 deletions

View File

@ -85,12 +85,6 @@ AC_ARG_WITH(system-libpam,
[with_system_libpam=no])
AM_CONDITIONAL([WITH_SYSTEM_LIBPAM], [test x"$with_system_libpam" = x"yes"])
AC_ARG_WITH(system-liboath,
AC_HELP_STRING([--with-system-liboath], [use system liboath]),
[],
[with_system_liboath=no])
AM_CONDITIONAL([WITH_SYSTEM_LIBOATH], [test x"$with_system_liboath" = x"yes"])
AC_CHECK_HEADERS([crypt.h])
AC_CHECK_FUNCS([asprintf vasprintf])
@ -127,13 +121,6 @@ SYSTEM_LIBPAM="${LIBS}"
LIBS="${saved_LIBS}"
AC_SUBST(SYSTEM_LIBPAM)
saved_LIBS="${LIBS}"
LIBS=""
AC_CHECK_LIB([oath], [oath_key_alloc])
SYSTEM_LIBOATH="${LIBS}"
LIBS="${saved_LIBS}"
AC_SUBST(SYSTEM_LIBOATH)
AC_ARG_ENABLE([developer-warnings],
AS_HELP_STRING([--enable-developer-warnings], [enable strict warnings (default is NO)]),
[CFLAGS="${CFLAGS} -Wall -Wextra -Wcast-qual"])