~ubuntu-branches/ubuntu/feisty/lighttpd/feisty

« back to all changes in this revision

Viewing changes to src/configparser.y

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyzaniak (eloy)
  • Date: 2006-01-16 20:06:39 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060116200639-nejjwyvlkgjhzasa
Tags: upstream-1.4.9
ImportĀ upstreamĀ versionĀ 1.4.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
447
447
        dc->string = buffer_init_buffer(rvalue);
448
448
      }
449
449
#else
450
 
      fprintf(stderr, "regex conditionals are not allowed as pcre-support" \
451
 
                      "is missing: $%s[%s]\n", 
 
450
      fprintf(stderr, "can't handle '$%s[%s] =~ ...' as you compiled without pcre support. \n"
 
451
                      "(perhaps just a missing pcre-devel package ?) \n", 
452
452
                      B->ptr, C->ptr);
453
453
      ctx->ok = 0;
454
454
#endif