From b27916f48f8c2f4414b75a48f6165326b65014ce Mon Sep 17 00:00:00 2001 From: atmos4 Date: Mon, 6 Aug 2001 20:02:51 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3