diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-12 21:20:43 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-12 21:20:43 +0000 |
commit | 159fae8683b83dc912387cb2a410104f03ac93ef (patch) | |
tree | 5ca3d324ff003d744b4546944e66c3f666ba18ff /configure.com | |
parent | 0844c848650aa2551dce1a55f02e43855fb98df9 (diff) | |
download | perl-159fae8683b83dc912387cb2a410104f03ac93ef.tar.gz |
Use UVXf.
p4raw-id: //depot/perl@8426
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.com b/configure.com index 8417cceb82..7a58a2a23f 100644 --- a/configure.com +++ b/configure.com @@ -4785,6 +4785,7 @@ $ ivdformat="""ld""" $ uvuformat="""lu""" $ uvoformat="""lo""" $ uvxformat="""lx""" +$ uvxuformat="""lX""" $! uselongdouble? $ nveformat="""e""" $ nvfformat="""f""" @@ -5440,6 +5441,7 @@ $ WC "uvsize='" + uvsize + "'" $ WC "uvtype='" + uvtype + "'" $ WC "uvuformat='" + uvuformat + "'" $ WC "uvxformat='" + uvxformat + "'" +$ WC "uvxuformat='" + uvxuformat + "'" $ WC "vendorarchexp='" + "'" $ WC "vendorlib_stem='" + "'" $ WC "vendorlibexp='" + "'" |