efl/eina_prefix: fix _try_proc() location.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 9 Jan 2013 15:57:28 +0000 (15:57 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 9 Jan 2013 15:57:28 +0000 (15:57 +0000)
commit37ab81a6202362b11d37f157d34f5d3a43f745e4
treea11a23054e8c0e1165dcc9591bb8272e6ad08289
parentda5a568f688f9cd66c56af3da0d25d559fc74847
efl/eina_prefix: fix _try_proc() location.

_try_proc() is how to find a symbol based on /proc/self/maps, not
related to argv0.

change _try_proc() to ifdef inside... avoiding the need to ifdef at
definition and call site.

SVN revision: 82469
src/lib/eina/eina_prefix.c