[SM-Commit] PERFORCE change 79845 by Arwed von Merkatz for review

Perforce Review Daemon p4review at smee.org
Fri May 26 05:20:01 EDT 2006


Change 79845 by arwed_von_merkatz at arwed-Otherland on 2006/05/26 10:20:00

	CONFIGURE fixes

Affected files ...

... //sgl/grimoires/devel/http/dillo/CONFIGURE#5 edit
... //sgl/grimoires/devel/http/dillo/HISTORY#16 edit

Differences ...

==== //sgl/grimoires/devel/http/dillo/CONFIGURE#5 (xtext) ====

@@ -1,10 +1,10 @@
-if [[ -z $DILLO_TABS ]] ||
-   [[ -z $DILLO_AA ]] ||
-   [[ -z $DILLO_IPV6 ]] ||
-   [[ -z $DILLO_RTFL ]] ||
-   [[ -z $DILLO_COOKIES ]] ||
-   [[ -z $DILLO_METAREF ]] ||
-   [[ -z $DILLO_NLS ]]
+if [[ $DILLO_TABS ]] ||
+   [[ $DILLO_AA ]] ||
+   [[ $DILLO_IPV6 ]] ||
+   [[ $DILLO_RTFL ]] ||
+   [[ $DILLO_COOKIES ]] ||
+   [[ $DILLO_METAREF ]] ||
+   [[ $DILLO_NLS ]]
 then
    #Save old vars
    DILLO_OPTS="$DILLO_TABS $DILLO_AA $DILLO_IPV6 $DILLO_RTFL       \
@@ -42,7 +42,7 @@
                     "--enable-rtfl"                                \
                     "--disable-rtfl"                               &&
 #This is broken so forced on, 0.8.6 still broken,also dlgui
-DILLO_OPTS="--enable-cookies --disable-dlgui"                      &&
+DILLO_OPTS="$DILLO_OPTS --enable-cookies --disable-dlgui"          &&
 #config_query_option DILLO_OPTS                                     \
 #                    "Cookie support"                               \
 #                    y                                              \

==== //sgl/grimoires/devel/http/dillo/HISTORY#16 (text) ====

@@ -1,3 +1,7 @@
+2006-05-26 Arwed v. Merkatz <v.merkatz at gmx.net>
+	* CONFIGURE: fixed old var -> new var conversion. Don't forget half
+	  of the options by resetting DILLO_OPTS in the middle.
+
 2006-05-20 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* DETAILS: new version of patch specific to 0.8.6, patchlevel to 2
 	* BUILD: moved ALL the vars into DILLO_OPTS



More information about the SM-Commit mailing list