Fix typo in configure message for gcc -fvisibility=hidden
authorAlan Coopersmith <alan.coopersmith@sun.com>
Fri, 22 Jan 2010 00:42:58 +0000 (16:42 -0800)
committerAlan Coopersmith <alan.coopersmith@sun.com>
Fri, 22 Jan 2010 00:43:59 +0000 (16:43 -0800)
commitf8107a45ce92a7b0aedc2ae562ca609308b096a8
treefd14abdaf6a0cd9d750f2df6878cc33227e69ef1
parentd65d5d299357ea77051c86ac81515b37c6ccf97f
Fix typo in configure message for gcc -fvisibility=hidden

Need to use $CC for a shell variable, not $(CC) for a make variable
which the shell interprets as running the command "CC".

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
configure.ac