summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-06 20:02:51 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-06 20:02:51 +0000
commitb27916f48f8c2f4414b75a48f6165326b65014ce (patch)
tree004febe2db79593452470bc0ee6a522cd4383990 /configure
parentcacbf44016b7df21a31feb2381fc4455bf0ad651 (diff)
downloadmpv-b27916f48f8c2f4414b75a48f6165326b65014ce.tar.bz2
mpv-b27916f48f8c2f4414b75a48f6165326b65014ce.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e5beff0490..2c6f040ad5 100755
--- a/configure
+++ b/configure
@@ -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