summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index bac889fa28..68d2481922 100755
--- a/tools/configure
+++ b/tools/configure
@@ -887,7 +887,7 @@ sed > Makefile \
887 -e "s,@PLUGINS@,${plugins},g" \ 887 -e "s,@PLUGINS@,${plugins},g" \
888 -e "s,@CODECS@,${codecs},g" \ 888 -e "s,@CODECS@,${codecs},g" \
889 -e "s,@GCCOPTS@,${GCCOPTS},g" \ 889 -e "s,@GCCOPTS@,${GCCOPTS},g" \
890 -e "s,@LDOPTS@,${LDOPTS},g" \ 890 -e "s!@LDOPTS@!${LDOPTS}!g" \
891 -e "s,@LOADADDRESS@,${loadaddress},g" \ 891 -e "s,@LOADADDRESS@,${loadaddress},g" \
892 -e "s,@EXTRADEF@,${extradefines},g" \ 892 -e "s,@EXTRADEF@,${extradefines},g" \
893 -e "s,@APPSDIR@,${appsdir},g" \ 893 -e "s,@APPSDIR@,${appsdir},g" \