# HG changeset patch # User diego # Date 1317034779 0 # Node ID 4831a5fa1d78a316d44c3969ef1f713502793a89 # Parent 5630389254423c9d86fa52a967516d758288988a configure: Set CONFIG_PIC to 1 if PIC is enabled. diff -r 563038925442 -r 4831a5fa1d78 configure --- a/configure Sun Sep 25 13:28:25 2011 +0000 +++ b/configure Mon Sep 26 10:59:39 2011 +0000 @@ -2662,7 +2662,7 @@ } EOF cc_check && pic=yes && extra_cflags="$extra_cflags -DPIC" && - def_pic='#define CONFIG_PIC 0' + def_pic='#define CONFIG_PIC 1' echores $pic