aboutsummaryrefslogtreecommitdiffhomepage
path: root/tokenize.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 /tokenize.c
parenteed4b75389149629d02180f6282f6d78b305309e (diff)
Use better test for presense of getopt_long function
darcs-hash:20051127150603-ac50b-566999b0cb32bc150dc6ef43220452ab42f1ad64.gz
Diffstat (limited to 'tokenize.c')
-rw-r--r--tokenize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokenize.c b/tokenize.c
index bad79a9f..8690dce2 100644
--- a/tokenize.c
+++ b/tokenize.c
@@ -32,7 +32,7 @@ int main( int argc, char **argv )
while( 1 )
{
-#ifdef __GLIBC__
+#ifdef HAVE_GETOPT_LONG
static struct option
long_options[] =
{