about summary refs log tree commit diff
path: root/buildtools/configure.pl
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-06-29 19:32:13 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-06-29 19:32:13 +0000
commit51eb5e0d2722f0cf1033ac158d2fdbcd82b6e800 (patch)
tree3b763ebf105fc1136ebcac13b7d4dafca114be68 /buildtools/configure.pl
parent1610a1f6aa54ad1d97926c1d8605720933059df7 (diff)
downloadnetpbm-mirror-51eb5e0d2722f0cf1033ac158d2fdbcd82b6e800.tar.gz
netpbm-mirror-51eb5e0d2722f0cf1033ac158d2fdbcd82b6e800.tar.xz
netpbm-mirror-51eb5e0d2722f0cf1033ac158d2fdbcd82b6e800.zip
Reverse messed up commit
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2222 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools/configure.pl')
-rwxr-xr-xbuildtools/configure.pl18
1 files changed, 0 insertions, 18 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl
index 44493ca1..056b705d 100755
--- a/buildtools/configure.pl
+++ b/buildtools/configure.pl
@@ -1048,19 +1048,6 @@ sub getSse($) {
 }
 
 
-sub getIcon($$) {
-
-    my ($platform, $wantIconR) = @_;
-
-    if ($platform eq 'WINDOWS') {
-        print("Include an icon in each executable?\n");
-        $$wantIconR = promptYesNo("y");
-    } else {
-        $$wantIconR = $FALSE;
-    }
-}
-
-
 
 # TODO: These should do test compiles to see if the headers are in the
 # default search path, both to create a default to offer and to issue a
@@ -2095,8 +2082,6 @@ getSse(\my $wantSse);
 
 findProcessManagement(\my $dontHaveProcessMgmt);
 
-getIcon($platform, \my $wantIcon);
-
 #******************************************************************************
 #
 #  FIND THE PREREQUISITE LIBRARIES
@@ -2385,9 +2370,6 @@ if ($platform eq "GNU") {
     if ($subplatform ne "cygwin") {
         push(@config_mk, "MSVCRT = Y\n");
     }
-    if ($wantIcon) {
-        push(@config_mk, 'WINICON_OBJECT = $(BUILDDIR)/icon.netpbm.o');
-    }
 } elsif ($platform eq "BEOS") {
     push(@config_mk, "LDSHLIB = -nostart\n");
 } elsif ($platform eq "OPENBSD") {