aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-12-09 15:22:33 +0000
committerReuben Thomas <rrt@sc3d.org>2007-12-09 15:22:33 +0000
commitc24d09ec87e2d0f210f6dbc43041283e9900c63e (patch)
tree0a143502d3913051ce534a1b28f8eb2cf1af469b /configure.ac
parent17eecf8b0a97e1155a99d1b58700544db5a6d7dd (diff)
downloadplptools-c24d09ec87e2d0f210f6dbc43041283e9900c63e.tar.gz
plptools-c24d09ec87e2d0f210f6dbc43041283e9900c63e.tar.bz2
plptools-c24d09ec87e2d0f210f6dbc43041283e9900c63e.zip
Remove newt interface of sisinstall, as it was a pretty small gain for
a whole dependency. Most command-line users will be happy with the plain text interface; GUI users will want kpsion back.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/configure.ac b/configure.ac
index 05aca67..fb401cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,26 +116,6 @@ fi
LIBHISTORY=${ac_cv_libhistory}
AC_SUBST(LIBHISTORY)
-ac_enable_newt=yes
-ac_cv_libnewt=
-AC_ARG_ENABLE(newt,
- [ --disable-newt disable libnewt support [no]],
- if test "$enableval" = "no" ; then
- AC_MSG_RESULT([support for libnewt disabled])
- ac_enable_newt=no
- fi
-)
-if test "x$ac_enable_newt" = "xyes" ; then
- AC_CHECK_LIB(newt, newtInit,
- [
- AC_DEFINE_UNQUOTED(HAVE_LIBNEWT,1,
- [Define this, if you have libnewt])
- ac_cv_libnewt=-lnewt
- ])
-fi
-LIBNEWT=${ac_cv_libnewt}
-AC_SUBST(LIBNEWT)
-
dnl these three are for solaris
AC_CHECK_LIB(socket, socket)
AC_CHECK_LIB(nsl, gethostbyname)