Since we can't count anymore on libpaper being installed,
[pgp-tools.git] / gpg-key2ps / gpg-key2ps
index c8e58fa57cc403a61fc51331cc3020dac41a89ee..5b875856fd6d09b102f04db3a06790627001a374 100755 (executable)
@@ -85,6 +85,7 @@ if ( -x "/usr/bin/paperconf" ) {
        chomp($h);
 } else {
        # Default to A4.
+       print STDERR "Warning: libpaper-utils is not installed, defaulting to A4.\n";
        $w=596;
        $h=842;
 }