12 lines
479 B
Diff
12 lines
479 B
Diff
|
--- check-0.9.2/configure.BAD 2005-08-14 16:01:27.000000000 -0500
|
||
|
+++ check-0.9.2/configure 2005-08-14 16:01:41.000000000 -0500
|
||
|
@@ -1181,7 +1181,7 @@
|
||
|
fi
|
||
|
|
||
|
if test -n "$GCC"; then
|
||
|
- CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings"
|
||
|
+ CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -fPIC"
|
||
|
fi
|
||
|
# Extract the first word of "docbook2html", so it can be a program name with args.
|
||
|
set dummy docbook2html; ac_word=$2
|