changeset 34045:4831a5fa1d78

configure: Set CONFIG_PIC to 1 if PIC is enabled.
author diego
date Mon, 26 Sep 2011 10:59:39 +0000
parents 563038925442
children b08447652f33
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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