Fresco/Prague/include/Prague config.hh,1.3,1.4

Stefan Seefeld <[email protected]> Wed, 07 May 2003 23:11:35 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Prague/include/Prague
In directory purcel:/tmp/cvs-serv23361/Prague/include/Prague

Modified Files:
	config.hh 
Log Message:
some cleanup in the autoconf stuff

Index: config.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/include/Prague/config.hh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- config.hh	19 Feb 2003 01:39:26 -0000	1.3
+++ config.hh	8 May 2003 04:11:32 -0000	1.4
@@ -18,7 +18,7 @@
 #  else
 inline const char *strsignal(int signo) { return _sys_siglist[signo];}
 #  endif
-#elif NEED_DECLARATION_strsignal
+#elif !HAVE_DECL_STRSIGNAL
 extern "C" const char *strsignal(int);
 #endif