changeset 1452:5cc5d09fc9d4

Fixes WIN32_PATH on OpenBSD and possibly others (seems to be ok with linux too).
author atmos4
date Mon, 06 Aug 2001 20:02:51 +0000
parents 267264560623
children 27d19dc90410
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Aug 06 14:03:37 2001 +0000
+++ b/configure	Mon Aug 06 20:02:51 2001 +0000
@@ -1804,7 +1804,7 @@
 # OPTFLAGS=-O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math
 OPTFLAGS=$CFLAGS
 EXTRA_INC=$_extraincdir
-WIN32_PATH=-DWIN32_PATH=\"$_win32libdir\"
+WIN32_PATH=-DWIN32_PATH=\\"$_win32libdir\\"
 
 X11_INC=$_x11incdir
 X11DIR=$_x11libdir