Fixes WIN32_PATH on OpenBSD and possibly others (seems to be ok with linux too).

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1453 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-08-06 20:02:51 +00:00
parent cacbf44016
commit b27916f48f
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1804,7 +1804,7 @@ CC=$_cc
# 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