# HG changeset patch # User atmos4 # Date 997128171 0 # Node ID 5cc5d09fc9d4110142bb8118d09a14bed069c761 # Parent 26726456062315e4a4727265be69a421329ecc0d Fixes WIN32_PATH on OpenBSD and possibly others (seems to be ok with linux too). diff -r 267264560623 -r 5cc5d09fc9d4 configure --- 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