Move to REF_DEBUG, for consistency.
[openssl.git] / util / pl / linux.pl
index 60ffc25930fcde68701b06256114ce7dfabe759b..fa281c8ba3e0053fc0878a4a5c3c74518e15e04f 100644 (file)
@@ -11,7 +11,7 @@ $rm='/bin/rm -f';
 
 $cc='gcc';
 if ($debug)
 
 $cc='gcc';
 if ($debug)
-       { $cflags="-g2 -ggdb -DREF_CHECK"; }
+       { $cflags="-g2 -ggdb -DREF_DEBUG"; }
 elsif ($profile)
        { $cflags="-pg -O3"; }
 else
 elsif ($profile)
        { $cflags="-pg -O3"; }
 else