changeset 13267:f26ea04b5356

fix typo in changeset edc5ec6e949b * configure.ac: truenn -> true
author John W. Eaton <jwe@octave.org>
date Mon, 03 Oct 2011 12:48:15 -0400
parents c053740eb2aa
children 571557ddabb9
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Oct 03 11:03:40 2011 -0400
+++ b/configure.ac	Mon Oct 03 12:48:15 2011 -0400
@@ -1669,7 +1669,7 @@
       OCTAVE_CXX_FLAG(-rdynamic, [RDYNAMIC_FLAG=-rdynamic])
     ;;
     shl_load)
-      shl_load_api=truenn
+      shl_load_api=true
       DL_API_MSG="(shl_load)"
       AC_DEFINE(HAVE_SHL_LOAD_API, 1, [Define if your system has shl_load and shl_findsym for dynamic linking])
     ;;