Mercurial > hg > octave-nkf
diff configure.in @ 1708:0d952cd2ea74
[project @ 1996-01-08 00:45:34 by jwe]
author | jwe |
---|---|
date | Mon, 08 Jan 1996 00:45:38 +0000 |
parents | 7dbdf23e1d18 |
children | c127e04cd4bf |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ ### along with Octave; see the file COPYING. If not, write to the Free ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -AC_REVISION($Revision: 1.146 $) +AC_REVISION($Revision: 1.147 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -643,6 +643,8 @@ AC_CHECK_FUNCS(mkdir rmdir rename umask) AC_CHECK_FUNCS(sigaction sigprocmask sigpending sigsuspend) +OCTAVE_SMART_PUTENV + AC_CHECK_LIB(dl, dlopen) AC_CHECK_FUNCS(dlopen dlsym dlerror dlclose)