-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: ccc46748c8cbe6efef811502e3db4a160c2cc123:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit ccc46748c8cbe6efef811502e3db4a160c2cc123
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Mon Jan 16 15:36:55 2006 +0000

    *** empty log message ***

diff --git a/autoconf/configure.in b/autoconf/configure.in

index 2f9d96868c00f3db92c16d8d69592796a8acf3d3..

index ..aef548c36c03baa045d0583d0fe1cb2f2fe61290 100644

--- a/autoconf/configure.in
+++ b/autoconf/configure.in
@@ -2,10 +2,9 @@ dnl# -*- sh -*-
 dnl#
 dnl# Process this file with autoconf to produce a configure script.
 dnl#
-AC_PREREQ(2.50)
-orig_CXXFLAGS="$CXXFLAGS"

 AC_INIT
+AC_PREREQ(2.50)
 AC_CONFIG_SRCDIR([src/feature.h])
 AC_CONFIG_AUX_DIR(autoconf)
 AC_CONFIG_HEADER(config.h:autoconf/config.h.in)
@@ -26,6 +25,8 @@ echo ""
 echo "configuring for rxvt $VERSION"
 echo ""

+orig_CXXFLAGS="$CXXFLAGS"
+
 dnl# Checks for programs.
 dnl AC_MAKE_SET

@@ -41,9 +42,10 @@ dnl# --------------------------------------------------------------------------
 dnl# Supply default CFLAGS, if not specified by `CFLAGS=flags ./configure'
 dnl#
 if test -z "$orig_CXXFLAGS"; then
-  CXXFLAGS='-O'
   if test x$GCC = xyes && test "x$GXX" = xyes; then
     CXXFLAGS="-g -O3"
+  else
+    CXXFLAGS="-O"
   fi
   CFLAGS="$CXXFLAGS"
 fi

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 11:23:27 2024