aboutsummaryrefslogtreecommitdiffhomepage
path: root/set_color.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-11-28 01:06:03 +1000
committerGravatar axel <axel@liljencrantz.se>2005-11-28 01:06:03 +1000
commite800fca499a537c0c57e7e504ed2a4ceff91fda4 (patch)
treeebca2af4bad76fe8a13cc474b9e75521940a5f33 /set_color.c
parenteed4b75389149629d02180f6282f6d78b305309e (diff)
Use better test for presense of getopt_long function
darcs-hash:20051127150603-ac50b-566999b0cb32bc150dc6ef43220452ab42f1ad64.gz
Diffstat (limited to 'set_color.c')
-rw-r--r--set_color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/set_color.c b/set_color.c
index 2265776e..1a5c0b49 100644
--- a/set_color.c
+++ b/set_color.c
@@ -114,7 +114,7 @@ int main( int argc, char **argv )
while( 1 )
{
-#ifdef __GLIBC__
+#ifdef HAVE_GETOPT_LONG
static struct option
long_options[] =
{