summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-14 23:53:37 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-14 23:53:37 +0000
commit18b67ae59e83f97c2f05518579ac885b9fb5e86e (patch)
tree98444aeb73b48ad8f022009d7e9d4b3e2d36ba33 /configure
parentc21d6325ab01e53af1319bbdbe8bb634015c4a23 (diff)
rename HAVE_DLFCN to HAVE_DLFCN_H
Originally committed as revision 7078 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 9196a0c0a1..e516075cb2 100755
--- a/configure
+++ b/configure
@@ -424,7 +424,7 @@ HAVE_LIST='
beosthreads
byteswap_h
dcbzl
- dlfcn
+ dlfcn_h
dlopen
freetype2
gprof
@@ -578,7 +578,7 @@ extralibs="-lm"
bigendian="no"
vhook="default"
avisynth="no"
-dlfcn="no"
+dlfcn_h="no"
dlopen="no"
mpegaudio_hp="yes"
SHFLAGS='-shared -Wl,-soname,$@'
@@ -1509,7 +1509,7 @@ done
# dlopen/dlfcn.h probing
-check_header dlfcn.h && dlfcn=yes
+check_header dlfcn.h && dlfcn_h=yes
temp_extralibs -ldl
if check_func dlopen; then