--- configure.ac~	2005-04-08 09:28:00.000000000 +0000
+++ configure.ac	2005-04-16 09:45:16.000000000 +0000
@@ -61,6 +61,9 @@
 AH_TEMPLATE(PACKAGE, [Name of package])
 AH_TEMPLATE(VERSION, [Version number of package])
 
+# Add test for DJGPP
+AM_CONDITIONAL(DJGPP,echo $host | grep msdosdjgpp)
+
 # Runs configure.host, finds CC, CXX, and assorted other critical bits.  Sets
 # up critical shell variables.
 GLIBCXX_CONFIGURE


syntax highlighted by Code2HTML, v. 0.9.1