~ubuntu-branches/ubuntu/raring/heimdal/raring

« back to all changes in this revision

Viewing changes to lib/vers/print_version.c

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-07-21 17:40:58 UTC
  • mfrom: (1.1.12 upstream) (2.4.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20110721174058-byiuowgocek307cs
Tags: 1.5~pre2+git20110720-2
Fix dependency on pthreads when building on Linux 3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        package_list = "no version information";
53
53
    fprintf(stderr, "%s (%s)\n", progname, package_list);
54
54
    fprintf(stderr, "Copyright 1995-2011 Kungliga Tekniska Högskolan\n");
 
55
#ifdef PACKAGE_BUGREPORT
55
56
    fprintf(stderr, "Send bug-reports to %s\n", PACKAGE_BUGREPORT);
 
57
#endif
56
58
}