diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2007-05-23 00:57:49 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2007-05-23 00:57:49 -0400 |
commit | fa5da88cfe856e4c69d3dfb12e68bb56d0c69c9e (patch) | |
tree | 20ce131d19588fd97676f6d73b4ded257625d2f4 /configure | |
parent | e43d228f7636bbb423c5bdbd2100d733bcee28d3 (diff) | |
download | lynx-snapshots-fa5da88cfe856e4c69d3dfb12e68bb56d0c69c9e.tar.gz |
snapshot of project "lynx", label v2-8-7dev_5a
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index afc34902..49997515 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in 2.8.7dev.4. +# From configure.in 2.8.7dev.5. # Guess values for system-dependent variables and create Makefiles. # Generated by Autoconf 2.52.20061216. # @@ -15308,7 +15308,7 @@ MIME_LIBDIR="$withval" echo "$as_me:15309: result: $MIME_LIBDIR" >&5 echo "${ECHO_T}$MIME_LIBDIR" >&6 - +MIME_LIBDIR=`echo "$MIME_LIBDIR" | sed -e 's,/$,,' -e 's,$,/,'` cat >>confdefs.h <<EOF #define MIME_LIBDIR "$MIME_LIBDIR" EOF |