changeset 15925:1fbeccd44271

configure.ac: Clarify warning about disabling static AND shared libraries. *configure.ac: Clarify warning about disabling static AND shared libraries.
author Rik <rik@octave.org>
date Fri, 11 Jan 2013 09:46:23 -0800
parents a5b0685c6b01
children c4556b986704
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Jan 11 09:43:30 2013 -0800
+++ b/configure.ac	Fri Jan 11 09:46:23 2013 -0800
@@ -1421,7 +1421,7 @@
   [ENABLE_DYNAMIC_LINKING=true])
 
 if ! $STATIC_LIBS && ! $SHARED_LIBS; then
-  AC_MSG_ERROR([You can't disable building static AND shared libraries!])
+  AC_MSG_ERROR([You can't disable building both static AND shared libraries!])
 fi
 
 CPICFLAG=-fPIC