diff options
author | Rob Landley <rob@landley.net> | 2009-02-24 18:42:38 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2009-02-24 18:42:38 +0000 |
commit | bdf8a6c4b863184545a15f63b9e28bd81e942859 (patch) | |
tree | 427ac180ce91f637b6c5711f155e0a4825195454 /extra/Configs/Config.in | |
parent | fb863f7592a07c999168555c26a41e1247231e00 (diff) |
Fix thinko in svn 25434.
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index b26c487a6..1e4fae13b 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1813,7 +1813,7 @@ config DEVEL_PREFIX 'make install' will install /usr/include/<header files>. config HARDWIRED_ABSPATH - string "Hardwire absolute paths into linker scripts" + bool "Hardwire absolute paths into linker scripts" default y help This prepends absolute paths to the libraries mentioned in linker |