changeset 5147:ed2e841e863d

writing LIBDIR to config.mak and removed USR_PREFIX from config.h as it was the same as PREFIX
author alex
date Sat, 16 Mar 2002 21:20:03 +0000
parents 1941807a2188
children 8a3fdb124039
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Mar 16 20:57:53 2002 +0000
+++ b/configure	Sat Mar 16 21:20:03 2002 +0000
@@ -3182,6 +3182,7 @@
 prefix = $_prefix
 DATADIR = $_datadir
 CONFDIR = $_confdir
+LIBDIR = $_libdir
 AR = ar
 CC = $_cc
 AWK = $_awk
@@ -3287,7 +3288,7 @@
 /* Runtime Cpudetection */
 $_def_runtime_cpudetection
 
-#define USR_PREFIX "$_prefix"
+#define PREFIX "$_prefix"
 
 /* define this to use simple idct with patched libavcodec */
 #define SIMPLE_IDCT 1
@@ -3436,7 +3437,6 @@
 
 /* gui support, please do not edit this option */
 $_def_gui
-#define PREFIX "$_prefix"
 
 /* Audio output drivers */
 $_def_ossaudio