Browse Source

Missing ifdef here

Fixes bug 60811
pull/7/head
Rasmus Lerdorf 15 years ago
parent
commit
5d90aa1299
  1. 2
      sapi/fpm/fpm/fpm_conf.c

2
sapi/fpm/fpm/fpm_conf.c

@ -1171,7 +1171,9 @@ static void fpm_conf_ini_parser_include(char *inc, void *arg TSRMLS_DC) /* {{{ *
{
char *filename;
int *error = (int *)arg;;
#ifdef HAVE_GLOB
glob_t g;
#endif
int i;
if (!inc || !arg) return;

Loading…
Cancel
Save