summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-28 16:47:19 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-28 16:47:19 +0000
commitcc9fdab3e85ef8d9261d75f492791f5990912330 (patch)
tree701340e686fb1ad1d7c5c97fc0a2bc7e4abea7fb /configure
parent0934a87e1a67f8c4034623c7fd1b74acdbc6072d (diff)
downloadmpv-cc9fdab3e85ef8d9261d75f492791f5990912330.tar.bz2
mpv-cc9fdab3e85ef8d9261d75f492791f5990912330.tar.xz
Remove unused HPUX #define from command line.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27358 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index c29ea712cf..4537690bbb 100755
--- a/configure
+++ b/configure
@@ -7616,10 +7616,6 @@ fi
if amigaos ; then
CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__"
fi
-if hpux ; then
- # use flag for HPUX missing setenv()
- CFLAGS="$CFLAGS -DHPUX"
-fi
# Thread support
if linux ; then
CFLAGS="$CFLAGS -D_REENTRANT"