diff dw-config.in @ 441:b559c06a76c2

Implemented more functionality on MacOS and include the platform define in the dw-config C flags.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 30 May 2003 00:47:47 +0000
parents dea8021b4f47
children 06be879f5137
line wrap: on
line diff
--- a/dw-config.in	Thu May 29 18:38:49 2003 +0000
+++ b/dw-config.in	Fri May 30 00:47:47 2003 +0000
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 dw_libs="@LIBS@"
-dw_cflags="@CFLAGS@"
+dw_cflags="@CFLAGS@ -D@DW_DEFINE@"
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@