fix g++ and nm
authorDavid Mitchell <davem@iabyn.com>
Sun, 30 Dec 2012 12:56:20 +0000 (12:56 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sun, 30 Dec 2012 12:58:59 +0000 (12:58 +0000)
commit803549060a5644c85b408131f588720102fcc2df
tree629daf8ab12bf30e5272448b45558548e1feee08
parent833826ed7ad8c06c336951d9c870315ae4da189e
fix g++ and nm

Under some versions of linux, Configure wouldn't work with g++ due to
the forcing of using nm in hints/linux.sh. This forcing is apparently no
longer necessary, so just remove it.

See this thread for more details: <20121204151925.GO1900@iabyn.com>
hints/linux.sh