diff examples/hello.cc @ 4128:919b2f6573ee

[project @ 2002-10-25 20:36:14 by jwe]
author jwe
date Fri, 25 Oct 2002 20:36:15 +0000
parents 8c5ad0b49742
children 286a3345aa8e
line wrap: on
line diff
--- a/examples/hello.cc	Fri Oct 25 20:13:31 2002 +0000
+++ b/examples/hello.cc	Fri Oct 25 20:36:15 2002 +0000
@@ -3,10 +3,10 @@
 // To use this file, your version of Octave must support dynamic
 // linking.  To find out if it does, type the command
 //
-//   x = octave_config_info; x.DEFS
+//   octave_config_info ("ENABLE_DYNAMIC_LINKING")
 //
 // at the Octave prompt.  Support for dynamic linking is included if
-// the output contains the string -DWITH_DYNAMIC_LINKING=1.
+// this expression returns the string "true".
 //
 // To compile this file, type the command
 //