mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 23:35:20 +00:00
Remove --with-dist check; it breaks normal configure
This commit is contained in:
14
configure.in
14
configure.in
@@ -1,20 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(curspriv.h)
|
||||
|
||||
dnl allow --with-dist to build a distribution only
|
||||
AC_ARG_WITH(dist,
|
||||
[ --with-dist specify this just to build a distribution],
|
||||
[with_dist=$withval],
|
||||
[with_dist=no],
|
||||
)
|
||||
if test "$with_dist" != no; then
|
||||
SET_MAKE=""
|
||||
AC_SUBST(SET_MAKE)
|
||||
AC_OUTPUT(Makefile)
|
||||
exit
|
||||
fi
|
||||
|
||||
|
||||
dnl ---------------------- check for C compiler -----------------
|
||||
dnl Checks for one of the C compilers below - change if yours not there.
|
||||
CC_LIST="gcc acc cc c89"
|
||||
|
||||
Reference in New Issue
Block a user